Modules/PS2KbMouse - Adding pl050 support
[tpg/acess2.git] / Modules / Input / PS2KbMouse / ps2mouse.c
index 7c831f7..15b02e4 100644 (file)
@@ -26,6 +26,7 @@ Uint64        PS2Mouse_Read(tVFS_Node *Node, Uint64 Offset, Uint64 Length, void *Buffer
 int    PS2Mouse_IOCtl(tVFS_Node *Node, int ID, void *Data);\r
 \r
 // == GLOBALS ==\r
+void   (*gpMouse_EnableFcn)(void);\r
 // - Settings\r
  int   giMouse_Sensitivity = 1;\r
  int   giMouse_MaxX = 640, giMouse_MaxY = 480;\r

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