]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/ioport.h
[PATCH] Fix gate_vma.vm_flags
[karo-tx-linux.git] / include / linux / ioport.h
index d42c83399071fd61600a48eecbf67bc59c42d681..15228d79c5bc0c32f5189ceb28b6adff526f3423 100644 (file)
@@ -89,6 +89,10 @@ struct resource_list {
 #define IORESOURCE_ROM_ENABLE          (1<<0)  /* ROM is enabled, same as PCI_ROM_ADDRESS_ENABLE */
 #define IORESOURCE_ROM_SHADOW          (1<<1)  /* ROM is copy at C000:0 */
 #define IORESOURCE_ROM_COPY            (1<<2)  /* ROM is alloc'd copy, resource field overlaid */
+#define IORESOURCE_ROM_BIOS_COPY       (1<<3)  /* ROM is BIOS copy, resource field overlaid */
+
+/* PCI control bits.  Shares IORESOURCE_BITS with above PCI ROM.  */
+#define IORESOURCE_PCI_FIXED           (1<<4)  /* Do not move resource */
 
 /* PC/ISA/whatever - the normal PC address spaces: IO and memory */
 extern struct resource ioport_resource;