oaf-boost/include/arm11/anopatch.h

13 lines
201 B
C

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