blob: f7972e08798d87b8949562d36336a14299a1eb41 (
plain) (
tree)
|
|
/* 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);
|