summaryrefslogtreecommitdiff
path: root/lib/pci.h
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2022-11-18 10:46:22 +0100
committerMartin Mares <mj@ucw.cz>2022-11-18 10:46:22 +0100
commitf9447371463eb6bb4c001be132a0d7c495df00d0 (patch)
treedc1b612a6d84e732ed157b3239206a4f0d58fc33 /lib/pci.h
parentc7d9aa0bcee872630ae4f543a5b4e61aa2139974 (diff)
parent0a7350fb9442dbfb8b0328ec9f7080947a28c2a1 (diff)
downloadpciutils-f9447371463eb6bb4c001be132a0d7c495df00d0.tar.gz
Merge remote-tracking branch 'pali/intel-conf1-memio'
Diffstat (limited to 'lib/pci.h')
-rw-r--r--lib/pci.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/pci.h b/lib/pci.h
index 41a162b..f6197c4 100644
--- a/lib/pci.h
+++ b/lib/pci.h
@@ -45,6 +45,7 @@ enum pci_access_type {
PCI_ACCESS_HURD, /* GNU/Hurd */
PCI_ACCESS_WIN32_CFGMGR32, /* Win32 cfgmgr32.dll */
PCI_ACCESS_WIN32_SYSDBG, /* Win32 NT SysDbg */
+ PCI_ACCESS_MMIO_TYPE1, /* MMIO ports, type 1 */
PCI_ACCESS_MAX
};
@@ -84,6 +85,7 @@ struct pci_access {
int fd_pos; /* proc/sys: current position */
int fd_vpd; /* sys: fd for VPD */
struct pci_dev *cached_dev; /* proc/sys: device the fds are for */
+ void *aux; /* Auxiliary data for use by the back-end */
};
/* Initialize PCI access */