diff --git a/include/system.h b/include/system.h index 4b51bfc..f5fb414 100644 --- a/include/system.h +++ b/include/system.h @@ -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