aboutsummaryrefslogtreecommitdiffstats
path: root/libgamma_crtc_free.c
blob: f7972e08798d87b8949562d36336a14299a1eb41 (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 held by a CRTC state
 * and free the CRTC state pointer
 * 
 * @param  this  The CRTC state
 */
extern inline void libgamma_crtc_free(struct libgamma_crtc_state *restrict);