From: Martin Mares Date: Sun, 23 Feb 2020 15:44:31 +0000 (+0100) Subject: pci.h: Explain pci_dev->aux X-Git-Tag: v3.7.0~19 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=d7ff1d42bb0d181c588e01c87be5530872643ea6;p=pciutils.git pci.h: Explain pci_dev->aux --- diff --git a/lib/pci.h b/lib/pci.h index 47e3011..5a1dac5 100644 --- a/lib/pci.h +++ b/lib/pci.h @@ -149,7 +149,7 @@ struct pci_dev { u8 *cache; /* Cached config registers */ int cache_len; int hdrtype; /* Cached low 7 bits of header type, -1 if unknown */ - void *aux; /* Auxiliary data */ + void *aux; /* Auxiliary data for use by the back-end */ struct pci_property *properties; /* A linked list of extra properties */ struct pci_cap *last_cap; /* Last capability in the list */ };