aboutsummaryrefslogtreecommitdiffstats
path: root/src/hci/keymap/keymap_ro.c
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2011-03-16 03:22:45 +0000
committerMichael Brown <mcb30@ipxe.org>2011-03-16 12:02:59 +0000
commit1febd879e340958c7a4a54823a82784fcb3672ca (patch)
tree2280bd30a465fa8bb2e4a4c25aef0ef85b417279 /src/hci/keymap/keymap_ro.c
parentf98cf7d70f3d32e19ca6aabbd9601c0d432ea67f (diff)
downloadipxe-1febd879e340958c7a4a54823a82784fcb3672ca.tar.gz
[console] Add keymap generator
Inspired by LILO's keytab-lilo.pl, genkeymap.pl uses "loadkeys -b" to obtain a Linux keyboard map, and generates a file keymap_xx.c in hci/keymap. Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/hci/keymap/keymap_ro.c')
-rw-r--r--src/hci/keymap/keymap_ro.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/hci/keymap/keymap_ro.c b/src/hci/keymap/keymap_ro.c
new file mode 100644
index 000000000..0eef7d534
--- /dev/null
+++ b/src/hci/keymap/keymap_ro.c
@@ -0,0 +1,15 @@
+/** @file
+ *
+ * "ro" keyboard mapping
+ *
+ * This file is automatically generated; do not edit
+ *
+ */
+
+FILE_LICENCE ( PUBLIC_DOMAIN );
+
+#include <ipxe/keymap.h>
+
+/** "ro" keyboard mapping */
+struct key_mapping ro_mapping[] __keymap = {
+};