Split out SDL X keymap, by Bernhard Fischer.
[qemu] / vl.h
diff --git a/vl.h b/vl.h
index 92b1d25..5a99ed5 100644 (file)
--- a/vl.h
+++ b/vl.h
@@ -908,6 +908,9 @@ void cocoa_display_init(DisplayState *ds, int full_screen);
 /* vnc.c */
 void vnc_display_init(DisplayState *ds, const char *display);
 
+/* x_keymap.c */
+extern uint8_t _translate_keycode(const int key);
+
 /* ide.c */
 #define MAX_DISKS 4