Sorting source tree a bit
[tpg/acess2.git] / KernelLand / Modules / Input / PS2KbMouse / common.h
diff --git a/KernelLand/Modules/Input/PS2KbMouse/common.h b/KernelLand/Modules/Input/PS2KbMouse/common.h
new file mode 100644 (file)
index 0000000..7cbffe9
--- /dev/null
@@ -0,0 +1,26 @@
+/*
+ * Acess2
+ * 
+ * PS2 Keyboard/Mouse Driver
+ *
+ * common.h
+ * - Shared definitions
+ */
+#ifndef _COMMON_H_
+#define _COMMON_H_
+
+extern int     KB_Install(char **Arguments);
+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