mirror of
https://github.com/ipxe/ipxe
synced 2025-12-23 13:30:57 +03:00
15 lines
245 B
C
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 */
|