summaryrefslogtreecommitdiff
path: root/gpxe/src/config/ioapi.h
blob: 7726a0f01e3196d327d41422fa8217a16d1b9fc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef CONFIG_IOAPI_H
#define CONFIG_IOAPI_H

/** @file
 *
 * I/O API configuration
 *
 */

#include <config/defaults.h>

//#undef	PCIAPI_PCBIOS		/* Access via PCI BIOS */
//#define	PCIAPI_DIRECT		/* Direct access via Type 1 accesses */

#endif /* CONFIG_IOAPI_H */