diff options
author | Michael Brown <mcb30@etherboot.org> | 2007-07-03 23:09:56 +0100 |
---|---|---|
committer | Michael Brown <mcb30@etherboot.org> | 2007-07-03 23:09:56 +0100 |
commit | 89349d7fad252f0b36be4a764369e6dd40a2e692 (patch) | |
tree | 72b112d6152fadee77673994f1e92b82a9c506e8 /src/arch/i386/image/multiboot.c | |
parent | a5f33ea28393218f6683ce270074ce0d0eb192e5 (diff) | |
download | ipxe-89349d7fad252f0b36be4a764369e6dd40a2e692.tar.gz |
Separated out initialisation functions from startup/shutdown functions.
Diffstat (limited to 'src/arch/i386/image/multiboot.c')
-rw-r--r-- | src/arch/i386/image/multiboot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/i386/image/multiboot.c b/src/arch/i386/image/multiboot.c index a59927c8c..712024607 100644 --- a/src/arch/i386/image/multiboot.c +++ b/src/arch/i386/image/multiboot.c @@ -32,7 +32,7 @@ #include <gpxe/segment.h> #include <gpxe/memmap.h> #include <gpxe/elf.h> -#include <gpxe/shutdown.h> +#include <gpxe/init.h> struct image_type multiboot_image_type __image_type ( PROBE_MULTIBOOT ); |