mirror of
https://github.com/ipxe/ipxe
synced 2026-01-01 17:34:42 +03:00
compiler.h is now always included on the command line.
This commit is contained in:
@@ -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]
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
#ifndef ASSEMBLY
|
||||
|
||||
#include "stdint.h"
|
||||
#include "compiler.h"
|
||||
#include "registers.h"
|
||||
#include "io.h"
|
||||
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
#define REGISTERS_H
|
||||
|
||||
#include "stdint.h"
|
||||
#include "compiler.h"
|
||||
|
||||
/* Basic 16-bit and 32-bit register types */
|
||||
typedef union {
|
||||
|
||||
Reference in New Issue
Block a user