http://git.etherboot.org
/
people
/
asdlkf
/
gpxe.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
df6e93ce24f36a1ed1507b0295e1daaed3fd14aa
[people/asdlkf/gpxe.git]
/
src
/
config
/
defaults
/
pcbios.h
1
#ifndef CONFIG_DEFAULTS_PCBIOS_H
2
#define CONFIG_DEFAULTS_PCBIOS_H
3
4
/** @file
5
*
6
* Configuration defaults for PCBIOS
7
*
8
*/
9
10
#define IOAPI_X86
11
#define PCIAPI_PCBIOS
12
#define CONSOLE_PCBIOS
13
14
#endif /* CONFIG_DEFAULTS_PCBIOS_H */