blob: a1498482d9a30a15461dd329c6e3974568c63157 [file] [log] [blame]
Michael Brown8956a362008-10-12 01:03:17 +01001#ifndef CONFIG_IOAPI_H
2#define CONFIG_IOAPI_H
3
4/** @file
5 *
6 * I/O API configuration
7 *
8 */
9
Michael Brownb6ee89f2015-03-02 11:54:40 +000010FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
Michael Brownc44a1932009-05-01 15:41:06 +010011
Michael Brown8956a362008-10-12 01:03:17 +010012#include <config/defaults.h>
13
Michael Brown8a4cceb2008-10-12 12:50:44 +010014//#undef PCIAPI_PCBIOS /* Access via PCI BIOS */
15//#define PCIAPI_DIRECT /* Direct access via Type 1 accesses */
16
Michael Brown83516ba2021-02-13 19:41:03 +000017#include <config/named.h>
18#include NAMED_CONFIG(ioapi.h)
Piotr Jaroszyński46d6ec72010-03-22 23:19:00 +010019#include <config/local/ioapi.h>
Michael Brown83516ba2021-02-13 19:41:03 +000020#include LOCAL_NAMED_CONFIG(ioapi.h)
Piotr Jaroszyński46d6ec72010-03-22 23:19:00 +010021
Michael Brown8956a362008-10-12 01:03:17 +010022#endif /* CONFIG_IOAPI_H */