]> mj.ucw.cz Git - pciutils.git/blobdiff - lib/header.h
Bump the API version (the new API is not cast in stone yet, however).
[pciutils.git] / lib / header.h
index e62971e4d0c4ff63d628a278122164aac33f41a6..a53eccceace7a73740e11e7ddc62af16cd58d47f 100644 (file)
 #define  PCI_CAP_ID_SECURE     0x0F    /* Secure device (?) */
 #define  PCI_CAP_ID_EXP                0x10    /* PCI Express */
 #define  PCI_CAP_ID_MSIX       0x11    /* MSI-X */
+#define  PCI_CAP_ID_SATA       0x12    /* Serial-ATA HBA */
+#define  PCI_CAP_ID_AF         0x13    /* Advanced features of PCI devices integrated in PCIe root cplx */
 #define PCI_CAP_LIST_NEXT      1       /* Next capability in the list */
 #define PCI_CAP_FLAGS          2       /* Capability defined flags (16 bits) */
 #define PCI_CAP_SIZEOF         4