X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fheader.h;h=1f0e4604e2e58c8b9e113a810719593de03d18c2;hb=c508d1c97eb42f02fb87e23fc2a860257f83008d;hp=0b12b2ca2a30b93fd25b8792f71e97a38dfdb12f;hpb=60a45a7ed2b738b0761dc3ca7efc608f9a774e56;p=pciutils.git diff --git a/lib/header.h b/lib/header.h index 0b12b2c..1f0e460 100644 --- a/lib/header.h +++ b/lib/header.h @@ -185,6 +185,7 @@ /* 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 */ @@ -211,6 +212,7 @@ /* 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 */