[ioapi] Formalise the I/O API as used in i386-pcbios

This commit is contained in:
Michael Brown
2008-10-12 01:03:17 +01:00
parent b40b4f2dbf
commit 8956a36be5
8 changed files with 850 additions and 0 deletions

8
src/config/defaults.h Normal file
View 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 */