This patch adds further keywords that are defined in the PCI spec.
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
---
include/linux/pci.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/linux/pci.h b/include/linux/pci.h
index a82f5910f..629c810ae 100644
--- a/include/linux/pci.h
+++ b/include/linux/pci.h
@@ -2274,6 +2274,8 @@ int pci_enable_atomic_ops_to_root(struct pci_dev *dev, u32 cap_mask);
#define PCI_VPD_RO_KEYWORD_MFR_ID "MN"
#define PCI_VPD_RO_KEYWORD_VENDOR0 "V0"
#define PCI_VPD_RO_KEYWORD_CHKSUM "RV"
+#define PCI_VPD_RO_KEYWORD_ECLEVEL "EC"
+#define PCI_VPD_RO_KEYWORD_EXTCAP "CP"
/**
* pci_vpd_lrdt_size - Extracts the Large Resource Data Type length
--
2.32.0