X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FModules%2FInput%2FPS2KbMouse%2Fcommon.h;h=b5886a5a2388c9c1a12e827220ba651c5933cc4c;hb=d6fe233b0485dfefdd51729025f42cf479e57c16;hp=7cbffe9c0b6e2e686471598dc895f310355264f0;hpb=51ab5f489bc356940c95cc936fd0508e8f07ea97;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