diff options
Diffstat (limited to 'roms/ipxe/src/hci/keymap/keymap_il.c')
-rw-r--r-- | roms/ipxe/src/hci/keymap/keymap_il.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/roms/ipxe/src/hci/keymap/keymap_il.c b/roms/ipxe/src/hci/keymap/keymap_il.c new file mode 100644 index 00000000..478330c0 --- /dev/null +++ b/roms/ipxe/src/hci/keymap/keymap_il.c @@ -0,0 +1,15 @@ +/** @file + * + * "il" keyboard mapping + * + * This file is automatically generated; do not edit + * + */ + +FILE_LICENCE ( PUBLIC_DOMAIN ); + +#include <ipxe/keymap.h> + +/** "il" keyboard mapping */ +struct key_mapping il_mapping[] __keymap = { +}; |