Move init.h to gpxe/init.h.

This commit is contained in:
Michael Brown
2006-04-30 01:08:52 +00:00
parent bac97eb979
commit 352bf1bda2
16 changed files with 83 additions and 19 deletions

View File

@@ -9,7 +9,7 @@
#include "etherboot.h"
#include "console.h"
#include "init.h"
#include <gpxe/init.h>
#include <gpxe/pci.h>
#ifdef CONFIG_FILO

View File

@@ -1,5 +1,5 @@
#include "etherboot.h"
#include "init.h"
#include <gpxe/init.h>
#include "memsizes.h"
#include <assert.h>
#include "heap.h"

View File

@@ -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);

View File

@@ -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>

View File

@@ -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;

View File

@@ -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"