summaryrefslogtreecommitdiffstats
path: root/libldetect-private.h
blob: faa607fe842d6f2a1a050ec36ce73e658df791ed (plain)
1
2
3
4
5
6
7
8
9
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;