x86/PCI: Add option to not assign BAR's if not already assigned
[pandora-kernel.git] / arch / x86 / include / asm / pci_x86.h
index cd2a31d..49c7219 100644 (file)
@@ -30,6 +30,7 @@
 #define PCI_HAS_IO_ECS         0x40000
 #define PCI_NOASSIGN_ROMS      0x80000
 #define PCI_ROOT_NO_CRS                0x100000
+#define PCI_NOASSIGN_BARS      0x200000
 
 extern unsigned int pci_probe;
 extern unsigned long pirq_table_addr;