X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FModules%2FInput%2FPS2KbMouse%2Fcommon.h;h=b5886a5a2388c9c1a12e827220ba651c5933cc4c;hb=c5680ddd7aa4934759203aac95f14ac40e5c456b;hp=7cbffe9c0b6e2e686471598dc895f310355264f0;hpb=48743e39650eb1ef988380e9d95f27fd40d3a9ce;p=tpg%2Facess2.git diff --git a/KernelLand/Modules/Input/PS2KbMouse/common.h b/KernelLand/Modules/Input/PS2KbMouse/common.h index 7cbffe9c..b5886a5a 100644 --- a/KernelLand/Modules/Input/PS2KbMouse/common.h +++ b/KernelLand/Modules/Input/PS2KbMouse/common.h @@ -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