X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=qemu%2Froms%2Fipxe%2Fsrc%2Fhci%2Fkeymap%2Fkeymap_ro.c;fp=qemu%2Froms%2Fipxe%2Fsrc%2Fhci%2Fkeymap%2Fkeymap_ro.c;h=0eef7d53486ea12d74a4207792864b6103685542;hb=e44e3482bdb4d0ebde2d8b41830ac2cdb07948fb;hp=0000000000000000000000000000000000000000;hpb=9ca8dbcc65cfc63d6f5ef3312a33184e1d726e00;p=kvmfornfv.git diff --git a/qemu/roms/ipxe/src/hci/keymap/keymap_ro.c b/qemu/roms/ipxe/src/hci/keymap/keymap_ro.c new file mode 100644 index 000000000..0eef7d534 --- /dev/null +++ b/qemu/roms/ipxe/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 + +/** "ro" keyboard mapping */ +struct key_mapping ro_mapping[] __keymap = { +};