aboutsummaryrefslogtreecommitdiffstats
path: root/libgamma_crtc_information_free.c
blob: 3fbd0501a56ff13290a57fe5f4880d09eab5e901 (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(struct libgamma_crtc_information *restrict);