summaryrefslogtreecommitdiff
path: root/gpxe/src/config/ioapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'gpxe/src/config/ioapi.h')
-rw-r--r--gpxe/src/config/ioapi.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/gpxe/src/config/ioapi.h b/gpxe/src/config/ioapi.h
deleted file mode 100644
index 8ddd557b..00000000
--- a/gpxe/src/config/ioapi.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef CONFIG_IOAPI_H
-#define CONFIG_IOAPI_H
-
-/** @file
- *
- * I/O API configuration
- *
- */
-
-FILE_LICENCE ( GPL2_OR_LATER );
-
-#include <config/defaults.h>
-
-//#undef PCIAPI_PCBIOS /* Access via PCI BIOS */
-//#define PCIAPI_DIRECT /* Direct access via Type 1 accesses */
-
-#endif /* CONFIG_IOAPI_H */