summaryrefslogtreecommitdiffstats
path: root/libldetect-private.h
blob: 341ed55d08c372775afe3604036ffbfd5a413af2 (plain)
1
2
3
4
5
6
7
8
9
10
extern int pciusb_find_modules(struct pciusb_entries *entries, const char *fpciusbtable);
extern void pciusb_initialize(struct pciusb_entry *e);

#define MAX_DEVICES 100
#define BUF_SIZE 512


extern char *proc_usb_path;
extern char *proc_pci_path;
extern char *dmidecode_file;