mirror of
https://github.com/ipxe/ipxe
synced 2026-02-03 06:34:32 +03:00
[console] Generalise bios_keymap() as key_remap()
Allow the keyboard remapping functionality to be exposed to consoles other than the BIOS console. Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user