]> git.ipfire.org Git - thirdparty/pciutils.git/blobdiff - lib/header.h
Merge branch 'dpc'
[thirdparty/pciutils.git] / lib / header.h
index b7cbc9dd50a699c657cb9c0a1f7e88b78e5fe699..1c5968b85e4a9c301059ffb9a938419c74d54e73 100644 (file)
 #define PCI_EXT_CAP_ID_TPH     0x17    /* Transaction processing hints */
 #define PCI_EXT_CAP_ID_LTR     0x18    /* Latency Tolerance Reporting */
 #define PCI_EXT_CAP_ID_PASID   0x1b    /* Process Address Space ID */
-#define PCI_EXT_CAP_ID_L1PM    0x1e    /* L1 PM Substates */
 #define PCI_EXT_CAP_ID_DPC     0x1d    /* Downstream Port Containment */
+#define PCI_EXT_CAP_ID_L1PM    0x1e    /* L1 PM Substates */
+#define PCI_EXT_CAP_ID_PTM     0x1f    /* Precision Time Measurement */
 
 /*** Definitions of capabilities ***/
 
 
 #define PCI_VENDOR_ID_INTEL            0x8086
 #define PCI_VENDOR_ID_COMPAQ           0x0e11
+
+/* I/O resource flags, compatible with <include/linux/ioport.h> */
+
+#define PCI_IORESOURCE_PCI_EA_BEI      (1<<5)