blob: 3fbd0501a56ff13290a57fe5f4880d09eab5e901 (
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(struct libgamma_crtc_information *restrict);
|