summaryrefslogtreecommitdiffstats
path: root/qemu/roms/ipxe/src/config/sideband.h
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/roms/ipxe/src/config/sideband.h')
-rw-r--r--qemu/roms/ipxe/src/config/sideband.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/qemu/roms/ipxe/src/config/sideband.h b/qemu/roms/ipxe/src/config/sideband.h
deleted file mode 100644
index dd704f9bb..000000000
--- a/qemu/roms/ipxe/src/config/sideband.h
+++ /dev/null
@@ -1,19 +0,0 @@
-#ifndef CONFIG_SIDEBAND_H
-#define CONFIG_SIDEBAND_H
-
-/** @file
- *
- * Sideband access by platform firmware
- *
- */
-
-FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
-
-//#define CONFIG_BOFM /* IBM's BladeCenter Open Fabric Manager */
-
-#include <config/named.h>
-#include NAMED_CONFIG(sideband.h)
-#include <config/local/sideband.h>
-#include LOCAL_NAMED_CONFIG(sideband.h)
-
-#endif /* CONFIG_SIDEBAND_H */