aboutsummaryrefslogtreecommitdiff
path: root/tools/gfx2crtc/libraw2crtc.h
blob: 8bab0e57ba31b9a2987627b050197e0cac3dbac2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* GFX2CRTC - libraw2crtc.h
 * CloudStrife - 20080921
 * Diffus� sous licence libre CeCILL v2
 * Voire LICENCE
 */

#ifndef LIBRAW2CRTC_H
#define LIBRAW2CRTC_H 1

unsigned char * raw2crtc(unsigned char *input, unsigned short width, unsigned short height, unsigned char mode, unsigned char r9, unsigned long *outSize, unsigned char *r1, unsigned char r12, unsigned char r13, unsigned char* reg6);

#endif