diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2013-09-14 22:27:14 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2013-09-18 20:48:34 -0400 |
commit | 8fb3a5edf3ca4e55d51c6555b8f7810fdfc4451c (patch) | |
tree | 2812df16122c525d1602b5a7244596afd456edc0 /src/fw/csm.c | |
parent | c5e06fb2452476e45dbae2d9f72bec7d2e874266 (diff) | |
download | seabios-8fb3a5edf3ca4e55d51c6555b8f7810fdfc4451c.tar.gz |
Move optionroms.h to std/optionrom.h and util.h.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/fw/csm.c')
-rw-r--r-- | src/fw/csm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fw/csm.c b/src/fw/csm.c index 7a926b1c..b98dc96d 100644 --- a/src/fw/csm.c +++ b/src/fw/csm.c @@ -14,11 +14,11 @@ #include "hw/pic.h" #include "malloc.h" // csm_malloc_preinit #include "memmap.h" -#include "optionroms.h" #include "output.h" // dprintf #include "post.h" #include "smbios.h" #include "stacks.h" // wait_threads +#include "std/optionrom.h" // struct rom_header #include "util.h" // copy_smbios struct rsdp_descriptor csm_rsdp VARFSEG __aligned(16); |