mirror of
https://github.com/ipxe/ipxe
synced 2025-12-26 09:32:33 +03:00
13 lines
182 B
C
13 lines
182 B
C
|
|
#ifndef CONFIG_DEFAULTS_PCBIOS_H
|
||
|
|
#define CONFIG_DEFAULTS_PCBIOS_H
|
||
|
|
|
||
|
|
/** @file
|
||
|
|
*
|
||
|
|
* Configuration defaults for PCBIOS
|
||
|
|
*
|
||
|
|
*/
|
||
|
|
|
||
|
|
#define IOAPI_X86
|
||
|
|
|
||
|
|
#endif /* CONFIG_DEFAULTS_PCBIOS_H */
|