Modules/PS2KbMouse - Adding pl050 support
[tpg/acess2.git] / Modules / Input / PS2KbMouse / common.h
index f7fa36b..7cbffe9 100644 (file)
@@ -15,7 +15,12 @@ extern int   PS2Mouse_Install(char **Arguments);
 extern void    KBC8042_Init(void);
 extern void    KBC8042_EnableMouse(void);
 
+extern void    PL050_Init(Uint32 KeyboardBase, Uint8 KeyboardIRQ, Uint32 MouseBase, Uint8 MouseIRQ);
+extern void    PL050_EnableMouse(void);
+
 extern void    KB_HandleScancode(Uint8 scancode);
 extern void    PS2Mouse_HandleInterrupt(Uint8 InputByte);
 
+extern void    (*gpMouse_EnableFcn)(void);
+
 #endif

UCC git Repository :: git.ucc.asn.au