summaryrefslogtreecommitdiff
path: root/console.h
diff options
context:
space:
mode:
authorSon Hyunjun <hj79.son@samsung.com>2012-03-09 15:44:09 +0900
committerSon Hyunjun <hj79.son@samsung.com>2012-03-09 15:44:09 +0900
commitc75d2d8a361802468a60d2bbe52fd029a907b399 (patch)
treea247f9f37ffa4732381b980cbd7aedee80119f40 /console.h
parent6644bd316d3b1452071484c0b23d9b4f38b77814 (diff)
downloadqemu-c75d2d8a361802468a60d2bbe52fd029a907b399.tar.gz
qemu-c75d2d8a361802468a60d2bbe52fd029a907b399.tar.bz2
qemu-c75d2d8a361802468a60d2bbe52fd029a907b399.zip
support graceful shutdown
Diffstat (limited to 'console.h')
-rw-r--r--console.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/console.h b/console.h
index 5ab8611e0c..3f490f55de 100644
--- a/console.h
+++ b/console.h
@@ -55,7 +55,11 @@ QEMUPutLEDEntry *qemu_add_led_event_handler(QEMUPutLEDEvent *func, void *opaque)
void qemu_remove_led_event_handler(QEMUPutLEDEntry *entry);
void kbd_put_keycode(int keycode);
+#ifdef CONFIG_MARU
+void qemu_add_ps2kbd_event_handler(QEMUPutKBDEvent *func, void *opaque);
+void qemu_remove_ps2kbd_event_handler(void);
void ps2kbd_put_keycode(int keycode);
+#endif
void kbd_put_ledstate(int ledstate);
void kbd_mouse_event(int dx, int dy, int dz, int buttons_state);