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