[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

12
src/config/ioapi.h Normal file
View File

@@ -0,0 +1,12 @@
#ifndef CONFIG_IOAPI_H
#define CONFIG_IOAPI_H
/** @file
*
* I/O API configuration
*
*/
#include <config/defaults.h>
#endif /* CONFIG_IOAPI_H */