iPXE - Open Source Boot Firmware

[netdevice] Reset MAC address when asked to clear the "mac" setting
[ipxe.git] / src / config / sideband.h
1 #ifndef CONFIG_SIDEBAND_H
2 #define CONFIG_SIDEBAND_H
3
4 /** @file
5  *
6  * Sideband access by platform firmware
7  *
8  */
9
10 FILE_LICENCE ( GPL2_OR_LATER );
11
12 //#define       CONFIG_BOFM     /* IBM's BladeCenter Open Fabric Manager */
13 //#define       VMWARE_SETTINGS /* VMware GuestInfo settings */
14
15 #include <config/local/sideband.h>
16
17 #endif /* CONFIG_SIDEBAND_H */