Files
ipxe/src/config/defaults/pcbios.h

17 lines
267 B
C
Raw Normal View History

#ifndef CONFIG_DEFAULTS_PCBIOS_H
#define CONFIG_DEFAULTS_PCBIOS_H
/** @file
*
* Configuration defaults for PCBIOS
*
*/
#define IOAPI_X86
2008-10-12 12:50:44 +01:00
#define PCIAPI_PCBIOS
#define TIMER_PCBIOS
#define CONSOLE_PCBIOS
2008-10-12 23:34:45 +01:00
#define NAP_PCBIOS
#endif /* CONFIG_DEFAULTS_PCBIOS_H */