summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichael Brown2016-03-16 17:53:16 +0100
committerMichael Brown2016-03-16 17:53:16 +0100
commit36fbc3f4bda1df07898b5664978172e8a2e5f3c0 (patch)
tree302393c6a3d8eb4fcca1cd6f26f7fa4a857422a6 /src
parent[efi] Provide access to files stored on EFI filesystems (diff)
downloadipxe-36fbc3f4bda1df07898b5664978172e8a2e5f3c0.tar.gz
ipxe-36fbc3f4bda1df07898b5664978172e8a2e5f3c0.tar.xz
ipxe-36fbc3f4bda1df07898b5664978172e8a2e5f3c0.zip
[build] Remove long-obsolete header file
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src')
-rw-r--r--src/include/ipxe/linux_compat.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/include/ipxe/linux_compat.h b/src/include/ipxe/linux_compat.h
deleted file mode 100644
index 4704c4817..000000000
--- a/src/include/ipxe/linux_compat.h
+++ /dev/null
@@ -1,27 +0,0 @@
-#ifndef _IPXE_LINUX_COMPAT_H
-#define _IPXE_LINUX_COMPAT_H
-
-/** @file
- *
- * Linux code compatibility
- *
- * This file exists to ease the building of Linux source code within
- * iPXE. This is intended to facilitate quick testing; it is not
- * intended to be a substitute for proper porting.
- */
-
-FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
-
-#include <stdint.h>
-#include <errno.h>
-#include <stdio.h>
-#include <byteswap.h>
-#include <ipxe/bitops.h>
-
-#define __init
-#define __exit
-#define __initdata
-#define __exitdata
-#define printk printf
-
-#endif /* _IPXE_LINUX_COMPAT_H */