PCI: Introduce INTx check & mask API
[deliverable/linux.git] / drivers / pci / pci.h
index b74084e9ca12fa52e14f06e3b71d38aca4708b7d..3b6e4ed306b636cbbea2146e56a9c506fb7d89ea 100644 (file)
@@ -136,6 +136,8 @@ static inline void pci_remove_legacy_files(struct pci_bus *bus) { return; }
 /* Lock for read/write access to pci device and bus lists */
 extern struct rw_semaphore pci_bus_sem;
 
+extern raw_spinlock_t pci_lock;
+
 extern unsigned int pci_pm_d3_delay;
 
 #ifdef CONFIG_PCI_MSI
This page took 0.024741 seconds and 5 git commands to generate.