aboutsummaryrefslogtreecommitdiff
path: root/src/fw/biostables.c
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2013-09-14 22:48:04 -0400
committerKevin O'Connor <kevin@koconnor.net>2013-09-18 20:48:34 -0400
commit3d0dfe1faedf1c026954cbf3b69bd8049cb75cab (patch)
tree155ba50b072b9682401be20d92094a044275dea3 /src/fw/biostables.c
parentb37a5280447fb62ca204d1bb71d7307f86e75aa4 (diff)
downloadseabios-hppa-3d0dfe1faedf1c026954cbf3b69bd8049cb75cab.zip
seabios-hppa-3d0dfe1faedf1c026954cbf3b69bd8049cb75cab.tar.gz
seabios-hppa-3d0dfe1faedf1c026954cbf3b69bd8049cb75cab.tar.bz2
Move fw/mptable.h to std/mptable.h.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/fw/biostables.c')
-rw-r--r--src/fw/biostables.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fw/biostables.c b/src/fw/biostables.c
index 5200e65..fea7511 100644
--- a/src/fw/biostables.c
+++ b/src/fw/biostables.c
@@ -7,8 +7,8 @@
#include "acpi.h" // struct rsdp_descriptor
#include "config.h" // CONFIG_*
#include "malloc.h" // malloc_fseg
-#include "mptable.h" // MPTABLE_SIGNATURE
#include "output.h" // dprintf
+#include "std/mptable.h" // MPTABLE_SIGNATURE
#include "std/pirtable.h" // struct pir_header
#include "std/smbios.h" // struct smbios_entry_point
#include "string.h" // memcpy