aboutsummaryrefslogtreecommitdiff
path: root/src/pc80
diff options
context:
space:
mode:
Diffstat (limited to 'src/pc80')
-rw-r--r--src/pc80/keyboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pc80/keyboard.c b/src/pc80/keyboard.c
index 424920e71d..c60a2fad23 100644
--- a/src/pc80/keyboard.c
+++ b/src/pc80/keyboard.c
@@ -194,7 +194,7 @@ void init_pc_keyboard(unsigned port0, unsigned port1, struct pc_keyboard *kbd)
* Not well documented. Google - 0xcb keyboard controller
* This is called before pc_keyboard_init().
*/
-void set_kbc_ps2_mode()
+void set_kbc_ps2_mode(void)
{
/* clean up any junk that might have been in the kbc */
if (!kbc_cleanup_buffers()) return;