summaryrefslogtreecommitdiff
path: root/src/post.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/post.c
parent135f3f676de1416f0cd0fa7f0c886cf1b72222cb (diff)
downloadqemu-seabios-392d2aacb6065319be3d31fdb37fef393e0149a9.tar.gz
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/post.c')
-rw-r--r--src/post.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/post.c b/src/post.c
index 5514120..512c716 100644
--- a/src/post.c
+++ b/src/post.c
@@ -5,7 +5,7 @@
//
// This file may be distributed under the terms of the GNU LGPLv3 license.
-#include "biosvar.h" // struct bios_data_area_s
+#include "biosvar.h" // SET_BDA
#include "boot.h" // boot_init
#include "bregs.h" // struct bregs
#include "config.h" // CONFIG_*