diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2013-09-14 22:54:44 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2013-09-18 20:48:34 -0400 |
commit | 5a7545ca4acc1213d96af7ce32a707df89940f11 (patch) | |
tree | 25877b455b2fd12e631e03a422bc791c8e0bc7e1 /src/fw/biostables.c | |
parent | 3d0dfe1faedf1c026954cbf3b69bd8049cb75cab (diff) | |
download | seabios-5a7545ca4acc1213d96af7ce32a707df89940f11.tar.gz |
Move fw/acpi.h to std/acpi.h.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/fw/biostables.c')
-rw-r--r-- | src/fw/biostables.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fw/biostables.c b/src/fw/biostables.c index fea7511e..a3ee827f 100644 --- a/src/fw/biostables.c +++ b/src/fw/biostables.c @@ -4,10 +4,10 @@ // // This file may be distributed under the terms of the GNU LGPLv3 license. -#include "acpi.h" // struct rsdp_descriptor #include "config.h" // CONFIG_* #include "malloc.h" // malloc_fseg #include "output.h" // dprintf +#include "std/acpi.h" // struct rsdp_descriptor #include "std/mptable.h" // MPTABLE_SIGNATURE #include "std/pirtable.h" // struct pir_header #include "std/smbios.h" // struct smbios_entry_point |