diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2012-05-13 12:28:55 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2012-05-20 18:10:56 -0400 |
commit | 3693af0f405f4e99e2ba1b0dbb4ac3d4aad16100 (patch) | |
tree | f8019ad2aaa9870d91f506ae4ace8e9290907795 /src/biosvar.h | |
parent | 9d8e0a677b40c7e9fd22394901be6091993fcbe1 (diff) | |
download | seabios-3693af0f405f4e99e2ba1b0dbb4ac3d4aad16100.tar.gz |
Convert ps2 code EBDA variables to VARLOW variables.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/biosvar.h')
-rw-r--r-- | src/biosvar.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/biosvar.h b/src/biosvar.h index 35cd1816..412afd59 100644 --- a/src/biosvar.h +++ b/src/biosvar.h @@ -223,7 +223,6 @@ struct extended_bios_data_area_s { u8 other2[0xC4]; // 0x121 - Begin custom storage. - u8 ps2ctr; struct usbkeyinfo usbkey_last; // El Torito Emulation data |