blob: 52339993eb59d4d131d1134efcb4203df47b32cc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#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 */
//#define VMWARE_SETTINGS /* VMware GuestInfo settings */
#include <config/local/sideband.h>
#endif /* CONFIG_SIDEBAND_H */
|