oaf-boost/include/arm11/anopatch.h

13 lines
203 B
C

#ifndef __ANO_PATCH_H__
#define __ANO_PATCH_H__
#include <stdint.h>
#define INPUT(type) type
#define OUTPUT(type) type*
extern void setBrightness(
INPUT(u16) brightness
);
#endif//__ANO_PATCH_H__