mirror of
https://github.com/ipxe/ipxe
synced 2025-12-21 04:20:17 +03:00
Move init.h to gpxe/init.h.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
#include "etherboot.h"
|
||||
#include "console.h"
|
||||
#include "init.h"
|
||||
#include <gpxe/init.h>
|
||||
#include <gpxe/pci.h>
|
||||
|
||||
#ifdef CONFIG_FILO
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#include "etherboot.h"
|
||||
#include "init.h"
|
||||
#include <gpxe/init.h>
|
||||
#include "memsizes.h"
|
||||
#include <assert.h>
|
||||
#include "heap.h"
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
**************************************************************************
|
||||
*/
|
||||
|
||||
#include "init.h"
|
||||
#include <gpxe/init.h>
|
||||
|
||||
static struct init_fn init_fns[0] __table_start(init_fn);
|
||||
static struct init_fn init_fns_end[0] __table_end(init_fn);
|
||||
|
||||
@@ -23,7 +23,7 @@ Literature dealing with the network protocols:
|
||||
#include "timer.h"
|
||||
#include "cpu.h"
|
||||
#include "console.h"
|
||||
#include "init.h"
|
||||
#include <gpxe/init.h>
|
||||
#include "image.h"
|
||||
#include <stdarg.h>
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
#define CODE_VERSION "0.1.3"
|
||||
#include "pcmcia-opts.h"
|
||||
#include "console.h"
|
||||
#include "init.h"
|
||||
#include <gpxe/init.h>
|
||||
|
||||
int sockets; /* AHTODO: Phase this out! */
|
||||
u_int pccsocks;
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
#include "stddef.h"
|
||||
#include "console.h"
|
||||
#include "init.h"
|
||||
#include <gpxe/init.h>
|
||||
#include "io.h"
|
||||
#include "timer.h"
|
||||
#include "config/serial.h"
|
||||
|
||||
Reference in New Issue
Block a user