f7fa36b61f6d1ba9957e39a857ad96a012359653
[tpg/acess2.git] / Modules / Input / PS2KbMouse / common.h
1 /*
2  * Acess2
3  * 
4  * PS2 Keyboard/Mouse Driver
5  *
6  * common.h
7  * - Shared definitions
8  */
9 #ifndef _COMMON_H_
10 #define _COMMON_H_
11
12 extern int      KB_Install(char **Arguments);
13 extern int      PS2Mouse_Install(char **Arguments);
14
15 extern void     KBC8042_Init(void);
16 extern void     KBC8042_EnableMouse(void);
17
18 extern void     KB_HandleScancode(Uint8 scancode);
19 extern void     PS2Mouse_HandleInterrupt(Uint8 InputByte);
20
21 #endif

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