]> err.no Git - linux-2.6/blobdiff - include/linux/pci.h
pci/irq: restore mask_bits in msi shutdown -v3
[linux-2.6] / include / linux / pci.h
index e2f46b05cf8be4ff5eddbb5a76f28272d54520ea..7a0770d4c4e21568df2c2383919a0bbcdade9357 100644 (file)
@@ -129,6 +129,8 @@ struct pci_cap_saved_state {
 };
 
 struct pcie_link_state;
+struct pci_vpd;
+
 /*
  * The pci_dev structure is used to describe PCI devices.
  */
@@ -206,6 +208,7 @@ struct pci_dev {
 #ifdef CONFIG_PCI_MSI
        struct list_head msi_list;
 #endif
+       struct pci_vpd *vpd;
 };
 
 extern struct pci_dev *alloc_pci_dev(void);