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

@@ -2,7 +2,7 @@
#include "stdint.h"
#include "string.h"
#include "bits/cpu.h"
#include "init.h"
#include <gpxe/init.h>
/* Standard macro to see if a specific flag is changeable */

View File

@@ -10,7 +10,7 @@
#include "etherboot.h"
#include "timer.h"
#include "latch.h"
#include "init.h"
#include <gpxe/init.h>
void __load_timer2(unsigned int ticks)
{

View File

@@ -11,7 +11,7 @@
** /usr/src/linux/drivers/net/ne.c
*/
#include "etherboot.h"
#include "init.h"
#include <gpxe/init.h>
#include <gpxe/pci.h>
#include "pci_io.h"
#ifdef KEEP_IT_REAL

View File

@@ -2,7 +2,7 @@
#include "memsizes.h"
#include "osdep.h"
#include "etherboot.h"
#include "init.h"
#include <gpxe/init.h>
#include "relocate.h"
#ifndef KEEP_IT_REAL

View File

@@ -9,7 +9,7 @@
#include "string.h"
#include "io.h"
#include "console.h"
#include "init.h"
#include <gpxe/init.h>
#include "vga.h"
struct console_driver vga_console;

View File

@@ -1,7 +1,7 @@
#include "stdint.h"
#include "stddef.h"
#include "realmode.h"
#include "init.h"
#include <gpxe/init.h>
#include "etherboot.h"
#include "memsizes.h"

View File

@@ -14,7 +14,7 @@
#include "string.h"
#include "basemem.h"
#include "relocate.h"
#include "init.h"
#include <gpxe/init.h>
#include "librm.h"
/*