]> err.no Git - linux-2.6/blobdiff - include/linux/pci.h
sysctl: add the ->permissions callback on the ctl_table_root
[linux-2.6] / include / linux / pci.h
index e2f46b05cf8be4ff5eddbb5a76f28272d54520ea..292491324b010f1184b48241bbc066f9377c8800 100644 (file)
@@ -20,6 +20,8 @@
 /* Include the pci register defines */
 #include <linux/pci_regs.h>
 
+struct pci_vpd;
+
 /*
  * The PCI interface treats multi-function devices as independent
  * devices.  The slot/function address of each device is encoded
@@ -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);