2008-10-12 01:03:17 +01:00
|
|
|
#ifndef CONFIG_DEFAULTS_PCBIOS_H
|
|
|
|
|
#define CONFIG_DEFAULTS_PCBIOS_H
|
|
|
|
|
|
|
|
|
|
/** @file
|
|
|
|
|
*
|
|
|
|
|
* Configuration defaults for PCBIOS
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
|
2008-10-13 03:47:33 +01:00
|
|
|
#define UACCESS_LIBRM
|
2008-10-12 01:03:17 +01:00
|
|
|
#define IOAPI_X86
|
2008-10-12 12:50:44 +01:00
|
|
|
#define PCIAPI_PCBIOS
|
2008-10-12 19:56:52 +01:00
|
|
|
#define TIMER_PCBIOS
|
2008-10-12 02:30:31 +01:00
|
|
|
#define CONSOLE_PCBIOS
|
2008-10-12 23:34:45 +01:00
|
|
|
#define NAP_PCBIOS
|
2008-10-13 04:32:11 +01:00
|
|
|
#define UMALLOC_MEMTOP
|
2008-10-12 02:30:31 +01:00
|
|
|
|
2008-10-12 01:03:17 +01:00
|
|
|
#endif /* CONFIG_DEFAULTS_PCBIOS_H */
|