diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2013-09-14 19:37:36 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2013-09-18 20:48:34 -0400 |
commit | 41639f80b6405563bf36844f3aeab1b6fe912ec6 (patch) | |
tree | 5c7f77f2132aadcf85b2fb16cbff5c63dcbc3d84 /src/boot.c | |
parent | 3df600bbdf4672a0a856e33a24d8c8a63215ca96 (diff) | |
download | seabios-41639f80b6405563bf36844f3aeab1b6fe912ec6.tar.gz |
Move romfile definitions from util.h to new file romfile.h.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/boot.c')
-rw-r--r-- | src/boot.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,6 +16,7 @@ #include "hw/usb.h" // struct usbdevice_s #include "fw/csm.h" // csm_bootprio_* #include "list.h" // hlist_node +#include "romfile.h" // romfile_loadint #include "string.h" // memset |