Revert all parts done for BIOS keymap translation
This commit is contained in:
parent
eb628338db
commit
ed19677fe3
14 changed files with 166 additions and 347 deletions
|
@ -72,14 +72,12 @@ grub_xputs_real (const char *str)
|
|||
|
||||
void (*grub_xputs) (const char *str) = grub_xputs_real;
|
||||
|
||||
static int
|
||||
grub_getkey_real (void)
|
||||
int
|
||||
grub_getkey (void)
|
||||
{
|
||||
return -1;
|
||||
}
|
||||
|
||||
int (*grub_getkey) (void) = grub_getkey_real;
|
||||
|
||||
void
|
||||
grub_refresh (void)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue