]> mj.ucw.cz Git - pciutils.git/blobdiff - lib/header.h
lspci: Decode Null Capability
[pciutils.git] / lib / header.h
index 0b12b2ca2a30b93fd25b8792f71e97a38dfdb12f..1f0e4604e2e58c8b9e113a810719593de03d18c2 100644 (file)
 /* Capability lists */
 
 #define PCI_CAP_LIST_ID                0       /* Capability ID */
+#define  PCI_CAP_ID_NULL       0x00    /* Null Capability */
 #define  PCI_CAP_ID_PM         0x01    /* Power Management */
 #define  PCI_CAP_ID_AGP                0x02    /* Accelerated Graphics Port */
 #define  PCI_CAP_ID_VPD                0x03    /* Vital Product Data */
 
 /* Capabilities residing in the PCI Express extended configuration space */
 
+#define PCI_EXT_CAP_ID_NULL    0x00    /* Null Capability */
 #define PCI_EXT_CAP_ID_AER     0x01    /* Advanced Error Reporting */
 #define PCI_EXT_CAP_ID_VC      0x02    /* Virtual Channel */
 #define PCI_EXT_CAP_ID_DSN     0x03    /* Device Serial Number */