diff options
Diffstat (limited to 'include/linux/ioport.h')
-rw-r--r-- | include/linux/ioport.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/ioport.h b/include/linux/ioport.h index c6801bffe76d..39db059ffb8b 100644 --- a/include/linux/ioport.h +++ b/include/linux/ioport.h | |||
@@ -88,6 +88,10 @@ struct resource_list { | |||
88 | #define IORESOURCE_MEM_SHADOWABLE (1<<5) /* dup: IORESOURCE_SHADOWABLE */ | 88 | #define IORESOURCE_MEM_SHADOWABLE (1<<5) /* dup: IORESOURCE_SHADOWABLE */ |
89 | #define IORESOURCE_MEM_EXPANSIONROM (1<<6) | 89 | #define IORESOURCE_MEM_EXPANSIONROM (1<<6) |
90 | 90 | ||
91 | /* PnP I/O specific bits (IORESOURCE_BITS) */ | ||
92 | #define IORESOURCE_IO_16BIT_ADDR (1<<0) | ||
93 | #define IORESOURCE_IO_FIXED (1<<1) | ||
94 | |||
91 | /* PCI ROM control bits (IORESOURCE_BITS) */ | 95 | /* PCI ROM control bits (IORESOURCE_BITS) */ |
92 | #define IORESOURCE_ROM_ENABLE (1<<0) /* ROM is enabled, same as PCI_ROM_ADDRESS_ENABLE */ | 96 | #define IORESOURCE_ROM_ENABLE (1<<0) /* ROM is enabled, same as PCI_ROM_ADDRESS_ENABLE */ |
93 | #define IORESOURCE_ROM_SHADOW (1<<1) /* ROM is copy at C000:0 */ | 97 | #define IORESOURCE_ROM_SHADOW (1<<1) /* ROM is copy at C000:0 */ |