diff options
author | Michael Brown <mcb30@etherboot.org> | 2008-10-12 01:03:17 +0100 |
---|---|---|
committer | Michael Brown <mcb30@etherboot.org> | 2008-10-12 01:03:17 +0100 |
commit | 8956a36be542389ef66806d3c3b09f3592e1cb29 (patch) | |
tree | 8fb1fb64bc6320c17e63afcad280d465ab8141df /src/config/defaults.h | |
parent | b40b4f2dbf78e188f03845fab84e08c86fd8db94 (diff) | |
download | ipxe-8956a36be542389ef66806d3c3b09f3592e1cb29.tar.gz |
[ioapi] Formalise the I/O API as used in i386-pcbios
Diffstat (limited to 'src/config/defaults.h')
-rw-r--r-- | src/config/defaults.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/config/defaults.h b/src/config/defaults.h new file mode 100644 index 00000000..1f55ef3c --- /dev/null +++ b/src/config/defaults.h @@ -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 */ |