| 123456789101112131415161718 |
- #ifndef CONFIG_DEFAULTS_PCBIOS_H
- #define CONFIG_DEFAULTS_PCBIOS_H
-
- /** @file
- *
- * Configuration defaults for PCBIOS
- *
- */
-
- #define UACCESS_LIBRM
- #define IOAPI_X86
- #define PCIAPI_PCBIOS
- #define TIMER_PCBIOS
- #define CONSOLE_PCBIOS
- #define NAP_PCBIOS
- #define UMALLOC_MEMTOP
-
- #endif /* CONFIG_DEFAULTS_PCBIOS_H */
|