aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/pc80/keyboard.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/pc80/keyboard.h b/src/include/pc80/keyboard.h
index 775dbee6e4..33ac913de8 100644
--- a/src/include/pc80/keyboard.h
+++ b/src/include/pc80/keyboard.h
@@ -6,5 +6,6 @@ struct pc_keyboard {
};
void init_pc_keyboard(unsigned port0, unsigned port1, struct pc_keyboard *kbd);
+void set_kbc_ps2_mode(void);
#endif /* PC80_KEYBOARD_H */