From 24ed984500c0fc56a4c3460b719115a89665a707 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Thu, 15 Mar 2001 14:00:07 +0000 Subject: added pci(bus,device,function) for DrakX. --- libldetect.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libldetect.h') 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; }; -- cgit v1.2.1