summaryrefslogtreecommitdiffstats
path: root/qemu/roms/ipxe/src/config/sideband.h
blob: 039bb5d095639032bb29811e2ad908589c22bd94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#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 */

#include <config/named.h>
#include NAMED_CONFIG(sideband.h)
#include <config/local/sideband.h>
#include LOCAL_NAMED_CONFIG(sideband.h)

#endif /* CONFIG_SIDEBAND_H */