diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2013-09-02 21:25:21 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2013-09-02 21:25:21 -0400 |
commit | ccee6e8491a2dbc5f8f2085ee9567bfb4146693b (patch) | |
tree | 3deca9e3b7904b7139c365490fcc6e497a9ed24a /src/resume.c | |
parent | 5d369d8d9eb5326db111cc2e518c74739dbe3f84 (diff) | |
download | seabios-ccee6e8491a2dbc5f8f2085ee9567bfb4146693b.tar.gz |
Move code cenetered around firmware initialization to src/fw/
Move many C files from the src/ directory to the new src/fw/ directory.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/resume.c')
-rw-r--r-- | src/resume.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resume.c b/src/resume.c index 8ec6e37b..5323d7ea 100644 --- a/src/resume.c +++ b/src/resume.c @@ -9,7 +9,7 @@ #include "hw/pic.h" // pic_eoi2 #include "biosvar.h" // struct bios_data_area_s #include "bregs.h" // struct bregs -#include "acpi.h" // find_resume_vector +#include "fw/acpi.h" // find_resume_vector #include "hw/ps2port.h" // i8042_reboot #include "hw/pci.h" // pci_reboot #include "hw/cmos.h" // inb_cmos |