/* 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(libgamma_crtc_state_t *restrict);