mirror of
https://github.com/ipxe/ipxe
synced 2025-12-24 15:23:42 +03:00
[ioapi] Formalise the I/O API as used in i386-pcbios
This commit is contained in:
12
src/config/defaults/pcbios.h
Normal file
12
src/config/defaults/pcbios.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef CONFIG_DEFAULTS_PCBIOS_H
|
||||
#define CONFIG_DEFAULTS_PCBIOS_H
|
||||
|
||||
/** @file
|
||||
*
|
||||
* Configuration defaults for PCBIOS
|
||||
*
|
||||
*/
|
||||
|
||||
#define IOAPI_X86
|
||||
|
||||
#endif /* CONFIG_DEFAULTS_PCBIOS_H */
|
||||
Reference in New Issue
Block a user