X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fps2port.h;h=bc049033d7794fad1b537561f05f84325dddbcde;hb=1ca05b0f393c0201c0e8efe87831edddb6a53532;hp=e13f85903e0f1731f41c01c8ebee1febb615dd79;hpb=b5bb9db8425b3b463e634874e3a201a354d55ac7;p=seabios.git diff --git a/src/ps2port.h b/src/ps2port.h index e13f859..bc04903 100644 --- a/src/ps2port.h +++ b/src/ps2port.h @@ -59,6 +59,6 @@ int i8042_flush(void); int i8042_command(int command, u8 *param); int kbd_command(int command, u8 *param); int aux_command(int command, u8 *param); -void ps2port_setup(); +void ps2port_setup(void); #endif // ps2port.h