X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Modules%2FInput%2FPS2KbMouse%2Fcommon.h;fp=Modules%2FInput%2FPS2KbMouse%2Fcommon.h;h=7cbffe9c0b6e2e686471598dc895f310355264f0;hb=209b173fbcd7bcadd5b3546a2f773312d668c5a1;hp=f7fa36b61f6d1ba9957e39a857ad96a012359653;hpb=a743018b19b089137e406de0a682856dc1be61ff;p=tpg%2Facess2.git diff --git a/Modules/Input/PS2KbMouse/common.h b/Modules/Input/PS2KbMouse/common.h index f7fa36b6..7cbffe9c 100644 --- a/Modules/Input/PS2KbMouse/common.h +++ b/Modules/Input/PS2KbMouse/common.h @@ -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