From 677385ffdd1e330cfba4dd712ca58595feeea41d Mon Sep 17 00:00:00 2001 From: schneefux Date: Mon, 7 Oct 2013 14:11:24 +0200 Subject: initial commit --- syscalls.h | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 syscalls.h (limited to 'syscalls.h') diff --git a/syscalls.h b/syscalls.h new file mode 100644 index 0000000..fcac81a --- /dev/null +++ b/syscalls.h @@ -0,0 +1,25 @@ +#ifndef _SYSCALLS_H_ +#define _SYSCALLS_H_ + +char* Disp_GetVRAMPtr(void); + +int GetKey(unsigned int *); +void locate(int, int); +void Print(const unsigned char *); +int Timer_Install(int, void (*)(void), int); +int Timer_Uninstall(int); +int Timer_Start(int); +int itoa( int, unsigned char*, int); +void PrintMini(int, int, const unsigned char *, int); +int RTC_Elapsed_ms(int, int); +void Keyboard_ClrBuffer(void); +int RTC_Elapsed_ms(int, int); +int GlibGetOSVersionInfo(char *, char *, short *, short *); +int Keyboard_PRGM_GetKey(uchar *); + +#define MINI_OVER 0 +#define MINI_OR 1 +#define MINI_REV 2 +#define MINI_REVOR 3 + +#endif \ No newline at end of file -- cgit v1.3.1