mirror of
https://github.com/ipxe/ipxe
synced 2025-12-28 18:42:53 +03:00
Separated out initialisation functions from startup/shutdown functions.
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
#include <gpxe/image.h>
|
||||
#include <gpxe/segment.h>
|
||||
#include <gpxe/memmap.h>
|
||||
#include <gpxe/shutdown.h>
|
||||
#include <gpxe/init.h>
|
||||
#include <gpxe/initrd.h>
|
||||
|
||||
struct image_type bzimage_image_type __image_type ( PROBE_NORMAL );
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
#include <gpxe/image.h>
|
||||
#include <gpxe/segment.h>
|
||||
#include <gpxe/ramdisk.h>
|
||||
#include <gpxe/shutdown.h>
|
||||
#include <gpxe/init.h>
|
||||
|
||||
#define ISO9660_BLKSIZE 2048
|
||||
#define ELTORITO_VOL_DESC_OFFSET ( 17 * ISO9660_BLKSIZE )
|
||||
|
||||
@@ -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 );
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
#include <basemem_packet.h>
|
||||
#include <gpxe/uaccess.h>
|
||||
#include <gpxe/segment.h>
|
||||
#include <gpxe/shutdown.h>
|
||||
#include <gpxe/init.h>
|
||||
#include <gpxe/netdevice.h>
|
||||
#include <gpxe/dhcp.h>
|
||||
#include <gpxe/image.h>
|
||||
|
||||
Reference in New Issue
Block a user