]> mj.ucw.cz Git - pciutils.git/blobdiff - lib/pci.h
Parameters: Keep the list sorted and remove duplicates
[pciutils.git] / lib / pci.h
index fa018f48cbb7b9816c45d49a661c70f327253c51..830fa2cd86ab6b76c6b7e5efb753d442611885cb 100644 (file)
--- 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
 };