summaryrefslogtreecommitdiffstats
path: root/libldetect-private.h
blob: 68959d9238b1542c92dfca325d26e0a855051611 (plain)
1
2
3
4
5
6
7
8
9
extern int pciusb_find_modules(struct pciusb_entries *entries, const char *fpciusbtable, int no_subid);
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;