summaryrefslogtreecommitdiffstats
path: root/kernel/include/linux/pci.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/include/linux/pci.h')
-rw-r--r--kernel/include/linux/pci.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/include/linux/pci.h b/kernel/include/linux/pci.h
index 3ef3a5206..6e935e5ea 100644
--- a/kernel/include/linux/pci.h
+++ b/kernel/include/linux/pci.h
@@ -180,6 +180,8 @@ enum pci_dev_flags {
PCI_DEV_FLAGS_NO_BUS_RESET = (__force pci_dev_flags_t) (1 << 6),
/* Do not use PM reset even if device advertises NoSoftRst- */
PCI_DEV_FLAGS_NO_PM_RESET = (__force pci_dev_flags_t) (1 << 7),
+ /* Get VPD from function 0 VPD */
+ PCI_DEV_FLAGS_VPD_REF_F0 = (__force pci_dev_flags_t) (1 << 8),
};
enum pci_irq_reroute_variant {