diff options
Diffstat (limited to 'src/config/ioapi.h')
| -rw-r--r-- | src/config/ioapi.h | 12 |
1 files changed, 12 insertions, 0 deletions
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 <config/defaults.h> + +#endif /* CONFIG_IOAPI_H */ |
