From: Pali Rohár Date: Sat, 5 Nov 2022 10:54:40 +0000 (+0100) Subject: libpci: Add auxiliary data member to struct pci_access for use by the back-end X-Git-Tag: v3.9.0~8^2~1 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=5110f557483df98791c249ec3de9abb057456f0d;p=pciutils.git libpci: Add auxiliary data member to struct pci_access for use by the back-end --- diff --git a/lib/pci.h b/lib/pci.h index 41a162b..14c1301 100644 --- a/lib/pci.h +++ b/lib/pci.h @@ -84,6 +84,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 */