summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/modules.h
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/modules.h')
-rw-r--r--mdk-stage1/modules.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/mdk-stage1/modules.h b/mdk-stage1/modules.h
index cf7eadebe..29914f5fc 100644
--- a/mdk-stage1/modules.h
+++ b/mdk-stage1/modules.h
@@ -16,11 +16,12 @@
#define _MODULES_H_
#include "stage1.h"
+#include "probing.h"
int load_modules_dependencies(void);
-int my_insmod(char * mod_name);
+int my_insmod(const char * mod_name);
-enum return_type ask_scsi_insmod(void);
+enum return_type ask_insmod(enum driver_type);
struct module_deps_elem {