You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

pcbios.h 312B

123456789101112131415161718
  1. #ifndef CONFIG_DEFAULTS_PCBIOS_H
  2. #define CONFIG_DEFAULTS_PCBIOS_H
  3. /** @file
  4. *
  5. * Configuration defaults for PCBIOS
  6. *
  7. */
  8. #define UACCESS_LIBRM
  9. #define IOAPI_X86
  10. #define PCIAPI_PCBIOS
  11. #define TIMER_PCBIOS
  12. #define CONSOLE_PCBIOS
  13. #define NAP_PCBIOS
  14. #define UMALLOC_MEMTOP
  15. #endif /* CONFIG_DEFAULTS_PCBIOS_H */