summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/include
diff options
context:
space:
mode:
authorMichael Brown2005-04-14 13:50:26 +0200
committerMichael Brown2005-04-14 13:50:26 +0200
commite44e5c72476fd16659b318fcf03fa9cdd50f1147 (patch)
treef87dfe6d541ad58559e62a863f914a9a9d4ef86e /src/arch/i386/include
parentWe need the ISA product ID mask available separately for 3c509.c. (diff)
downloadipxe-e44e5c72476fd16659b318fcf03fa9cdd50f1147.tar.gz
ipxe-e44e5c72476fd16659b318fcf03fa9cdd50f1147.tar.xz
ipxe-e44e5c72476fd16659b318fcf03fa9cdd50f1147.zip
compiler.h is now always included on the command line.
Diffstat (limited to 'src/arch/i386/include')
-rw-r--r--src/arch/i386/include/io.h1
-rw-r--r--src/arch/i386/include/realmode.h1
-rw-r--r--src/arch/i386/include/registers.h1
3 files changed, 0 insertions, 3 deletions
diff --git a/src/arch/i386/include/io.h b/src/arch/i386/include/io.h
index 5b6a6243..f2f67cbd 100644
--- a/src/arch/i386/include/io.h
+++ b/src/arch/i386/include/io.h
@@ -1,7 +1,6 @@
#ifndef ETHERBOOT_IO_H
#define ETHERBOOT_IO_H
-#include "compiler.h"
#include "virtaddr.h"
/* virt_to_bus converts an addresss inside of etherboot [_start, _end]
diff --git a/src/arch/i386/include/realmode.h b/src/arch/i386/include/realmode.h
index d641869f..cd6fcfc7 100644
--- a/src/arch/i386/include/realmode.h
+++ b/src/arch/i386/include/realmode.h
@@ -4,7 +4,6 @@
#ifndef ASSEMBLY
#include "stdint.h"
-#include "compiler.h"
#include "registers.h"
#include "io.h"
diff --git a/src/arch/i386/include/registers.h b/src/arch/i386/include/registers.h
index 2e78d418..155fffbd 100644
--- a/src/arch/i386/include/registers.h
+++ b/src/arch/i386/include/registers.h
@@ -2,7 +2,6 @@
#define REGISTERS_H
#include "stdint.h"
-#include "compiler.h"
/* Basic 16-bit and 32-bit register types */
typedef union {