http://git.etherboot.org
/
people
/
asdlkf
/
gpxe.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[efi] Add EFI image format and basic runtime environment
[people/asdlkf/gpxe.git]
/
src
/
config
/
ioapi.h
1
#ifndef CONFIG_IOAPI_H
2
#define CONFIG_IOAPI_H
3
4
/** @file
5
*
6
* I/O API configuration
7
*
8
*/
9
10
#include <config/defaults.h>
11
12
//#undef PCIAPI_PCBIOS /* Access via PCI BIOS */
13
//#define PCIAPI_DIRECT /* Direct access via Type 1 accesses */
14
15
#endif /* CONFIG_IOAPI_H */