aboutsummaryrefslogtreecommitdiff
path: root/src/include/ipxe/keymap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/ipxe/keymap.h')
-rw-r--r--src/include/ipxe/keymap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/ipxe/keymap.h b/src/include/ipxe/keymap.h
index 0f1b0c6..62b3bb1 100644
--- a/src/include/ipxe/keymap.h
+++ b/src/include/ipxe/keymap.h
@@ -27,4 +27,6 @@ struct key_mapping {
/** Define a keyboard mapping */
#define __keymap __table_entry ( KEYMAP, 01 )
+extern unsigned int key_remap ( unsigned int character );
+
#endif /* _IPXE_KEYMAP_H */