X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fpci.h;h=830fa2cd86ab6b76c6b7e5efb753d442611885cb;hb=dc01e5b3429c88bcb1920af3f52d44b23b3fb0a9;hp=fa018f48cbb7b9816c45d49a661c70f327253c51;hpb=e2d9340ba416ef0856fb8198e16ffd255225952c;p=pciutils.git diff --git a/lib/pci.h b/lib/pci.h index fa018f4..830fa2c 100644 --- a/lib/pci.h +++ b/lib/pci.h @@ -16,7 +16,7 @@ #include "header.h" #include "types.h" -#define PCI_LIB_VERSION 0x030800 +#define PCI_LIB_VERSION 0x030900 #ifndef PCI_ABI #define PCI_ABI @@ -48,6 +48,7 @@ enum pci_access_type { PCI_ACCESS_WIN32_SYSDBG, /* Win32 NT SysDbg */ PCI_ACCESS_MMIO_TYPE1, /* MMIO ports, type 1 */ PCI_ACCESS_MMIO_TYPE1_EXT, /* MMIO ports, type 1 extended */ + PCI_ACCESS_ECAM, /* PCIe ECAM via /dev/mem */ PCI_ACCESS_MAX };