summaryrefslogblamecommitdiffstats
path: root/src/config/defaults/pcbios.h
blob: a670e7a6740ebf3e4645d0de10c8b33821bebab6 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                    
                     
                    
                      
                  
 
                                     
#ifndef CONFIG_DEFAULTS_PCBIOS_H
#define CONFIG_DEFAULTS_PCBIOS_H

/** @file
 *
 * Configuration defaults for PCBIOS
 *
 */

#define IOAPI_X86
#define PCIAPI_PCBIOS
#define TIMER_PCBIOS
#define CONSOLE_PCBIOS
#define NAP_PCBIOS

#endif /* CONFIG_DEFAULTS_PCBIOS_H */