mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
blueswirl's latest console-nographic.diff.bz2
git-svn-id: svn://coreboot.org/openbios/openbios-devel@71 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -192,13 +192,13 @@ static const unsigned char sunkbd_keycode_shifted[128] = {
|
||||
|
||||
static int shiftstate;
|
||||
|
||||
static int
|
||||
int
|
||||
keyboard_dataready(void)
|
||||
{
|
||||
return ((inb(KBD_BASE) & 1) == 1);
|
||||
}
|
||||
|
||||
static unsigned char
|
||||
unsigned char
|
||||
keyboard_readdata(void)
|
||||
{
|
||||
unsigned char ch;
|
||||
|
||||
Reference in New Issue
Block a user