diff options
Diffstat (limited to 'src/config/ioapi.h')
| -rw-r--r-- | src/config/ioapi.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config/ioapi.h b/src/config/ioapi.h index abe5a50ce..a1498482d 100644 --- a/src/config/ioapi.h +++ b/src/config/ioapi.h @@ -14,6 +14,9 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); //#undef PCIAPI_PCBIOS /* Access via PCI BIOS */ //#define PCIAPI_DIRECT /* Direct access via Type 1 accesses */ +#include <config/named.h> +#include NAMED_CONFIG(ioapi.h) #include <config/local/ioapi.h> +#include LOCAL_NAMED_CONFIG(ioapi.h) #endif /* CONFIG_IOAPI_H */ |
