aboutsummaryrefslogtreecommitdiffstats
path: root/libgamma_crtc_information_free.c
blob: 84048f4f606ec9958c6c0fdfa02a4ff0df2a993c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
/* See LICENSE file for copyright and license details. */
#include "common.h"


/**
 * Release all resources in an information data structure for a CRTC
 * and free the data structure pointer
 * 
 * @param  this  The CRTC information
 */
extern inline void libgamma_crtc_information_free(libgamma_crtc_information_t *restrict);