prototype's for adb.s assembly files

This commit is contained in:
dwsJason 2018-08-11 16:48:13 -04:00
parent 3ce937cae1
commit a5d5369b47
1 changed files with 5 additions and 0 deletions

View File

@ -173,6 +173,11 @@ extern void sysjoy_shutdown(void);
// GS Specific Stuff
extern int LZ4_Unpack(char* pDest, char* pPackedSource);
extern volatile unsigned long* tick;
// ADB Support Code
extern char KeyArray[128];
extern void RemoveKeyboardDriver();
extern void AddKeyboardDriver();
#endif
#endif