oaf-boost/include/arm11/anopatch.h
2024-10-03 22:16:43 +08:00

13 lines
202 B
C

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