aboutsummaryrefslogtreecommitdiff
path: root/src/xen.h
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/xen.h
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/xen.h')
-rw-r--r--src/xen.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xen.h b/src/xen.h
index dbd4a37..cc506a6 100644
--- a/src/xen.h
+++ b/src/xen.h
@@ -1,7 +1,8 @@
#ifndef __XEN_H
#define __XEN_H
-#include "util.h"
+#include "config.h" // CONFIG_*
+#include "types.h" // u32
extern u32 xen_cpuid_base;