summaryrefslogtreecommitdiffstats
path: root/libldetect.h
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2001-03-15 14:00:07 +0000
committerFrancois Pons <fpons@mandriva.com>2001-03-15 14:00:07 +0000
commit24ed984500c0fc56a4c3460b719115a89665a707 (patch)
treefe90d97863d9da33a82916f69e5d9737699c7d65 /libldetect.h
parent8689a6a4250656cddb28f836ec09dffcffbb0f2c (diff)
downloadldetect-24ed984500c0fc56a4c3460b719115a89665a707.tar
ldetect-24ed984500c0fc56a4c3460b719115a89665a707.tar.gz
ldetect-24ed984500c0fc56a4c3460b719115a89665a707.tar.bz2
ldetect-24ed984500c0fc56a4c3460b719115a89665a707.tar.xz
ldetect-24ed984500c0fc56a4c3460b719115a89665a707.zip
added pci(bus,device,function) for DrakX.
Diffstat (limited to 'libldetect.h')
-rw-r--r--libldetect.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libldetect.h b/libldetect.h
index 5e43b1a..d61b0ab 100644
--- a/libldetect.h
+++ b/libldetect.h
@@ -9,6 +9,10 @@ struct pciusb_entry {
unsigned short subdevice; /* 0xffff if not probe_type'd or no subid */
unsigned short class; /* 0 if not probe_type'd */
+ unsigned short pci_bus; /* pci bus id 8 bits wide */
+ unsigned short pci_device; /* pci device id 5 bits wide */
+ unsigned short pci_function; /* pci function id 3 bits wide */
+
char *module;
char *text;
};