aboutsummaryrefslogblamecommitdiffstats
path: root/src/test/crtcinfo.h
blob: dc120e778b40ff99f4f40bd34db280b3a2910c2c (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                                         





                                


                   

   
                                  
   
                         
   
                                                            


      
/* See LICENSE file for copyright and license details. */
#ifndef LIBGAMMA_TEST_CRTCINFO_H
#define LIBGAMMA_TEST_CRTCINFO_H


#include <libgamma.h>

#include <stdio.h>
#include <stdlib.h>


/**
 * The CRTC information for a CRTC
 * 
 * @param  crtc  The CRTC
 */
void crtc_information(libgamma_crtc_state_t *restrict crtc);


#endif