From 8956a36be542389ef66806d3c3b09f3592e1cb29 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Sun, 12 Oct 2008 01:03:17 +0100 Subject: [ioapi] Formalise the I/O API as used in i386-pcbios --- src/config/ioapi.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/config/ioapi.h (limited to 'src/config/ioapi.h') diff --git a/src/config/ioapi.h b/src/config/ioapi.h new file mode 100644 index 000000000..28c4f7bac --- /dev/null +++ b/src/config/ioapi.h @@ -0,0 +1,12 @@ +#ifndef CONFIG_IOAPI_H +#define CONFIG_IOAPI_H + +/** @file + * + * I/O API configuration + * + */ + +#include + +#endif /* CONFIG_IOAPI_H */ -- cgit v1.2.3-55-g7522