Be sure to add "void" to all function prototypes that take no args.
[seabios.git] / src / ps2port.h
index e13f85903e0f1731f41c01c8ebee1febb615dd79..bc049033d7794fad1b537561f05f84325dddbcde 100644 (file)
@@ -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