Be sure to add "void" to all function prototypes that take no args.
[seabios.git] / src / ps2port.h
index a0b7a6510a6c1bc3b7418a75980414b982028b08..bc049033d7794fad1b537561f05f84325dddbcde 100644 (file)
@@ -19,6 +19,7 @@
 
 // Keyboard commands
 #define ATKBD_CMD_SETLEDS       0x10ed
+#define ATKBD_CMD_SSCANSET      0x10f0
 #define ATKBD_CMD_GETID         0x02f2
 #define ATKBD_CMD_ENABLE        0x00f4
 #define ATKBD_CMD_RESET_DIS     0x00f5
@@ -58,5 +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);
 
 #endif // ps2port.h