summaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@mandriva.com>2009-04-03 17:46:26 +0000
committerChristophe Fergeau <cfergeau@mandriva.com>2009-04-03 17:46:26 +0000
commit43c2513120e27392640e50ecca1519980fcda1b0 (patch)
tree74de92762b6d6125c7ef1f493415b8fe63f1c662 /common.h
parentbddd15f634b326032c7f591f332e6f7a913b7195 (diff)
downloadldetect-43c2513120e27392640e50ecca1519980fcda1b0.tar
ldetect-43c2513120e27392640e50ecca1519980fcda1b0.tar.gz
ldetect-43c2513120e27392640e50ecca1519980fcda1b0.tar.bz2
ldetect-43c2513120e27392640e50ecca1519980fcda1b0.tar.xz
ldetect-43c2513120e27392640e50ecca1519980fcda1b0.zip
Move modalias parsing code to generic code
Diffstat (limited to 'common.h')
-rw-r--r--common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common.h b/common.h
index 90b5d1a..e6f927d 100644
--- a/common.h
+++ b/common.h
@@ -19,6 +19,8 @@ typedef enum {
extern int pciusb_find_modules(struct pciusb_entries *entries, const char *fpciusbtable, const descr_lookup, int is_pci) NON_EXPORTED;
extern void pciusb_initialize(struct pciusb_entry *e) NON_EXPORTED;
+extern char *modalias_resolve_module(const char *modalias) NON_EXPORTED;
+extern void modalias_cleanup(void) NON_EXPORTED;
#define MAX_DEVICES 100
#define BUF_SIZE 512