diff mbox series

[RFC,v2,01/32] Temp: Add the PCI_EXT_ID_DVSEC definition to the qemu pci_regs.h copy.

Message ID 20210105165323.783725-2-ben.widawsky@intel.com
State New
Headers show
Series [RFC,v2,01/32] Temp: Add the PCI_EXT_ID_DVSEC definition to the qemu pci_regs.h copy. | expand

Commit Message

Ben Widawsky Jan. 5, 2021, 4:52 p.m. UTC
From: Jonathan Cameron <Jonathan.Cameron@huawei.com>


This hasn't yet been added to the linux kernel tree, so for purposes
of this RFC just add it locally.

Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

Signed-off-by: Ben Widawsky <ben.widawsky@intel.com>

---
 include/standard-headers/linux/pci_regs.h | 1 +
 1 file changed, 1 insertion(+)

-- 
2.30.0
diff mbox series

Patch

diff --git a/include/standard-headers/linux/pci_regs.h b/include/standard-headers/linux/pci_regs.h
index a95d55f9f2..5d0b79b9da 100644
--- a/include/standard-headers/linux/pci_regs.h
+++ b/include/standard-headers/linux/pci_regs.h
@@ -723,6 +723,7 @@ 
 #define PCI_EXT_CAP_ID_DPC	0x1D	/* Downstream Port Containment */
 #define PCI_EXT_CAP_ID_L1SS	0x1E	/* L1 PM Substates */
 #define PCI_EXT_CAP_ID_PTM	0x1F	/* Precision Time Measurement */
+#define PCI_EXT_CAP_ID_DVSEC	0x23    /* Designated Vendor-Specific */
 #define PCI_EXT_CAP_ID_DLF	0x25	/* Data Link Feature */
 #define PCI_EXT_CAP_ID_PL_16GT	0x26	/* Physical Layer 16.0 GT/s */
 #define PCI_EXT_CAP_ID_MAX	PCI_EXT_CAP_ID_PL_16GT