aboutsummaryrefslogtreecommitdiff
path: root/src/resume.c
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2013-09-15 00:14:28 -0400
committerKevin O'Connor <kevin@koconnor.net>2013-09-18 20:48:34 -0400
commit392d2aacb6065319be3d31fdb37fef393e0149a9 (patch)
tree9fd7ca3ae26cc49262bb59598f11711a5c63bbd0 /src/resume.c
parent135f3f676de1416f0cd0fa7f0c886cf1b72222cb (diff)
downloadseabios-hppa-392d2aacb6065319be3d31fdb37fef393e0149a9.zip
seabios-hppa-392d2aacb6065319be3d31fdb37fef393e0149a9.tar.gz
seabios-hppa-392d2aacb6065319be3d31fdb37fef393e0149a9.tar.bz2
Move standard bda type info from biosvar.h to std/bda.h.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/resume.c')
-rw-r--r--src/resume.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/resume.c b/src/resume.c
index 96c63d5..af39a1d 100644
--- a/src/resume.c
+++ b/src/resume.c
@@ -4,8 +4,9 @@
//
// This file may be distributed under the terms of the GNU LGPLv3 license.
-#include "biosvar.h" // struct bios_data_area_s
#include "bregs.h" // struct bregs
+#include "config.h" // CONFIG_*
+#include "farptr.h" // FLATPTR_TO_SEGOFF
#include "hw/cmos.h" // inb_cmos
#include "hw/pci.h" // pci_reboot
#include "hw/pic.h" // pic_eoi2
@@ -13,6 +14,7 @@
#include "ioport.h" // outb
#include "output.h" // dprintf
#include "stacks.h" // farcall16big
+#include "std/bda.h" // struct bios_data_area_s
#include "string.h" // memset
#include "util.h" // dma_setup