summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/modules.h
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-01-06 23:29:29 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-01-06 23:29:29 +0000
commitadb289a23d9cec1ed29877d58614e33246fe20ba (patch)
tree31a332d36dc3027d1bf329375e0308c981df2eb3 /mdk-stage1/modules.h
parentb5c67c303ce0b7b3640272d429b31b24574d58fb (diff)
downloaddrakx-adb289a23d9cec1ed29877d58614e33246fe20ba.tar
drakx-adb289a23d9cec1ed29877d58614e33246fe20ba.tar.gz
drakx-adb289a23d9cec1ed29877d58614e33246fe20ba.tar.bz2
drakx-adb289a23d9cec1ed29877d58614e33246fe20ba.tar.xz
drakx-adb289a23d9cec1ed29877d58614e33246fe20ba.zip
uglyfy my shiny modules-loading code to save some stuff in /etc/modules.conf (scsi, net, modules options)
Diffstat (limited to 'mdk-stage1/modules.h')
-rw-r--r--mdk-stage1/modules.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/modules.h b/mdk-stage1/modules.h
index 29914f5fc..db90d832d 100644
--- a/mdk-stage1/modules.h
+++ b/mdk-stage1/modules.h
@@ -19,7 +19,7 @@
#include "probing.h"
int load_modules_dependencies(void);
-int my_insmod(const char * mod_name);
+int my_insmod(const char * mod_name, enum driver_type type, char * options);
enum return_type ask_insmod(enum driver_type);