diff options
Diffstat (limited to 'libldetect-private.h')
-rw-r--r-- | libldetect-private.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/libldetect-private.h b/libldetect-private.h deleted file mode 100644 index 341ed55..0000000 --- a/libldetect-private.h +++ /dev/null @@ -1,10 +0,0 @@ -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; |