aboutsummaryrefslogtreecommitdiff
path: root/src/pirtable.c
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2012-05-13 22:58:08 -0400
committerKevin O'Connor <kevin@koconnor.net>2012-05-20 18:11:09 -0400
commit4bc49979b94c03561d263bfd53014279d87d690f (patch)
treee2ed553c600c2d7dec92b3fd68d1de212833e520 /src/pirtable.c
parentd314083a4172224f97567fb50741a4d43de3d191 (diff)
downloadseabios-hppa-4bc49979b94c03561d263bfd53014279d87d690f.zip
seabios-hppa-4bc49979b94c03561d263bfd53014279d87d690f.tar.gz
seabios-hppa-4bc49979b94c03561d263bfd53014279d87d690f.tar.bz2
EBDA cleanups.
Clean up includes of biosvar.h. Rename GET/SET_EBDA2 to GET/SET_EBDA - nearly all users use the extended form now anyway. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/pirtable.c')
-rw-r--r--src/pirtable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pirtable.c b/src/pirtable.c
index 4c3f1ff..2c328d8 100644
--- a/src/pirtable.c
+++ b/src/pirtable.c
@@ -6,8 +6,8 @@
// This file may be distributed under the terms of the GNU LGPLv3 license.
#include "pci.h" // struct pir_header
+#include "config.h" // CONFIG_*
#include "util.h" // checksum
-#include "biosvar.h" // SET_EBDA
u16 PirOffset VAR16VISIBLE;