mirror of
https://github.com/ipxe/ipxe
synced 2025-12-17 10:01:03 +03:00
Move init.h to gpxe/init.h.
This commit is contained in:
@@ -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 */
|
||||
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
#include "string.h"
|
||||
#include "basemem.h"
|
||||
#include "relocate.h"
|
||||
#include "init.h"
|
||||
#include <gpxe/init.h>
|
||||
#include "librm.h"
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user