]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - include/linux/ioport.h
resource: add bus number support
[mirror_ubuntu-artful-kernel.git] / include / linux / ioport.h
index b126209a40e2e6912832f3e9ba52145855e7db44..510e4ac918dd12e0f32f65e18272d519852a2071 100644 (file)
@@ -39,6 +39,7 @@ struct resource_list {
 #define IORESOURCE_MEM         0x00000200
 #define IORESOURCE_IRQ         0x00000400
 #define IORESOURCE_DMA         0x00000800
+#define IORESOURCE_BUS         0x00001000
 
 #define IORESOURCE_PREFETCH    0x00002000      /* No side effects */
 #define IORESOURCE_READONLY    0x00004000