david/ipxe
david
/
ipxe
Archived
1
0
Fork 0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
ipxe/src/config/sideband.h

15 lines
245 B
C

#ifndef CONFIG_SIDEBAND_H
#define CONFIG_SIDEBAND_H
/** @file
*
* Sideband access by platform firmware
*
*/
FILE_LICENCE ( GPL2_OR_LATER );
//#define CONFIG_BOFM /* IBM's BladeCenter Open Fabric Manager */
#endif /* CONFIG_SIDEBAND_H */