summaryrefslogtreecommitdiffstats
path: root/libldetect.h
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2009-09-30 15:28:46 +0000
committerThierry Vignaud <tv@mandriva.org>2009-09-30 15:28:46 +0000
commit1a5c8179c688bf22b517feaed907bd40775b852c (patch)
treea947c1070e7190c4d91ff297a27dad905b93fc04 /libldetect.h
parentbffbc31041d40fad268821f038a387a3eebd7022 (diff)
downloadldetect-1a5c8179c688bf22b517feaed907bd40775b852c.tar
ldetect-1a5c8179c688bf22b517feaed907bd40775b852c.tar.gz
ldetect-1a5c8179c688bf22b517feaed907bd40775b852c.tar.bz2
ldetect-1a5c8179c688bf22b517feaed907bd40775b852c.tar.xz
ldetect-1a5c8179c688bf22b517feaed907bd40775b852c.zip
(pci_probe) use libpci in order to retrieve PCI capabilities in order to have
a better test for identifying PCI Express devices
Diffstat (limited to 'libldetect.h')
-rw-r--r--libldetect.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libldetect.h b/libldetect.h
index e3b9b6a..36526de 100644
--- a/libldetect.h
+++ b/libldetect.h
@@ -20,6 +20,7 @@ struct pciusb_entry {
unsigned short pci_revision:8; /* pci revision 8 bits wide */
unsigned short usb_port; /* pci function id 3 bits wide */
+ unsigned short is_pciexpress:1; /* is it PCI express */
char *module;
char *text;