aboutsummaryrefslogtreecommitdiff
path: root/include/hw/input/ps2.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/input/ps2.h')
-rw-r--r--include/hw/input/ps2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/input/ps2.h b/include/hw/input/ps2.h
index b60455d..35d9838 100644
--- a/include/hw/input/ps2.h
+++ b/include/hw/input/ps2.h
@@ -47,5 +47,6 @@ void ps2_queue_3(PS2State *s, int b1, int b2, int b3);
void ps2_queue_4(PS2State *s, int b1, int b2, int b3, int b4);
void ps2_keyboard_set_translation(void *opaque, int mode);
void ps2_mouse_fake_event(void *opaque);
+int ps2_queue_empty(PS2State *s);
#endif /* HW_PS2_H */