summaryrefslogtreecommitdiffstats
path: root/libldetect.h
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2011-10-18 17:27:32 +0000
committerThierry Vignaud <tv@mageia.org>2011-10-18 17:27:32 +0000
commit16f6a849a45a03c2ec971f92a792ef64178ada37 (patch)
tree06781bd2fffb176dbe8806c2be86380107f170de /libldetect.h
parent970e05ee2f5a202f42f643d925ebc066182b716b (diff)
downloadldetect-16f6a849a45a03c2ec971f92a792ef64178ada37.tar
ldetect-16f6a849a45a03c2ec971f92a792ef64178ada37.tar.gz
ldetect-16f6a849a45a03c2ec971f92a792ef64178ada37.tar.bz2
ldetect-16f6a849a45a03c2ec971f92a792ef64178ada37.tar.xz
ldetect-16f6a849a45a03c2ec971f92a792ef64178ada37.zip
(get_pci_description) introduce new API for drakx's stage1 in order to find unknown PCI 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 7c02ae2..339e422 100644
--- a/libldetect.h
+++ b/libldetect.h
@@ -43,6 +43,7 @@ extern void pciusb_free(struct pciusb_entries *entries);
extern struct pciusb_entries pci_probe(void);
extern const char *pci_class2text(unsigned long class_id);
extern char *proc_pci_path;
+extern char *get_pci_description(int vendor_id, int device_id);
/******************************************************************************/
/* usb ************************************************************************/