Michael Brown | 8956a36 | 2008-10-12 01:03:17 +0100 | [diff] [blame] | 1 | #ifndef CONFIG_IOAPI_H |
| 2 | #define CONFIG_IOAPI_H |
| 3 | |
| 4 | /** @file |
| 5 | * |
| 6 | * I/O API configuration |
| 7 | * |
| 8 | */ |
| 9 | |
Michael Brown | b6ee89f | 2015-03-02 11:54:40 +0000 | [diff] [blame] | 10 | FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); |
Michael Brown | c44a193 | 2009-05-01 15:41:06 +0100 | [diff] [blame] | 11 | |
Michael Brown | 8956a36 | 2008-10-12 01:03:17 +0100 | [diff] [blame] | 12 | #include <config/defaults.h> |
| 13 | |
Michael Brown | 8a4cceb | 2008-10-12 12:50:44 +0100 | [diff] [blame] | 14 | //#undef PCIAPI_PCBIOS /* Access via PCI BIOS */ |
| 15 | //#define PCIAPI_DIRECT /* Direct access via Type 1 accesses */ |
| 16 | |
Michael Brown | 83516ba | 2021-02-13 19:41:03 +0000 | [diff] [blame] | 17 | #include <config/named.h> |
| 18 | #include NAMED_CONFIG(ioapi.h) |
Piotr Jaroszyński | 46d6ec7 | 2010-03-22 23:19:00 +0100 | [diff] [blame] | 19 | #include <config/local/ioapi.h> |
Michael Brown | 83516ba | 2021-02-13 19:41:03 +0000 | [diff] [blame] | 20 | #include LOCAL_NAMED_CONFIG(ioapi.h) |
Piotr Jaroszyński | 46d6ec7 | 2010-03-22 23:19:00 +0100 | [diff] [blame] | 21 | |
Michael Brown | 8956a36 | 2008-10-12 01:03:17 +0100 | [diff] [blame] | 22 | #endif /* CONFIG_IOAPI_H */ |