From 16f6a849a45a03c2ec971f92a792ef64178ada37 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 18 Oct 2011 17:27:32 +0000 Subject: (get_pci_description) introduce new API for drakx's stage1 in order to find unknown PCI devices --- libldetect.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libldetect.h') 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 ************************************************************************/ -- cgit v1.2.1