mirror of
https://github.com/ipxe/ipxe
synced 2025-12-23 05:21:49 +03:00
[ioapi] Formalise the I/O API as used in i386-pcbios
This commit is contained in:
8
src/config/defaults.h
Normal file
8
src/config/defaults.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef CONFIG_DEFAULTS_H
|
||||
#define CONFIG_DEFAULTS_H
|
||||
|
||||
#define CONFIG_DEFAULTS(_platform) <config/defaults/_platform.h>
|
||||
|
||||
#include CONFIG_DEFAULTS(PLATFORM)
|
||||
|
||||
#endif /* CONFIG_DEFAULTS_H */
|
||||
Reference in New Issue
Block a user