[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

View 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 */