Modules/Mouse - Fixing bugs, removing debug
[tpg/acess2.git] / KernelLand / Modules / Input / PS2KbMouse / common.h
index 7cbffe9..b5886a5 100644 (file)
@@ -21,6 +21,6 @@ extern void   PL050_EnableMouse(void);
 extern void    KB_HandleScancode(Uint8 scancode);
 extern void    PS2Mouse_HandleInterrupt(Uint8 InputByte);
 
-extern void    (*gpMouse_EnableFcn)(void);
+extern void    (*gpPS2Mouse_EnableFcn)(void);
 
 #endif

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