summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/modules.h
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2004-01-22 17:09:00 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2004-01-22 17:09:00 +0000
commit147317297c20ab596f239c8f3947ed3e2290282e (patch)
tree6e2a3d285addc44365d79ee305a8677bebabab7a /mdk-stage1/modules.h
parentea1ae4d01e69b2bd24896315c88eb072c3874e1d (diff)
downloaddrakx-backup-do-not-use-147317297c20ab596f239c8f3947ed3e2290282e.tar
drakx-backup-do-not-use-147317297c20ab596f239c8f3947ed3e2290282e.tar.gz
drakx-backup-do-not-use-147317297c20ab596f239c8f3947ed3e2290282e.tar.bz2
drakx-backup-do-not-use-147317297c20ab596f239c8f3947ed3e2290282e.tar.xz
drakx-backup-do-not-use-147317297c20ab596f239c8f3947ed3e2290282e.zip
until we haven't loaded the usb interface and the keyboard usb driver, we can't allow asking for additional drivers floppy, so need another parameter to my_insmod to indicate in which situation we are
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 bc1e4dd7a..15a07af64 100644
--- a/mdk-stage1/modules.h
+++ b/mdk-stage1/modules.h
@@ -21,7 +21,7 @@
enum insmod_return { INSMOD_OK, INSMOD_FAILED, INSMOD_FAILED_FILE_NOT_FOUND };
void init_modules_insmoding(void);
-enum insmod_return my_insmod(const char * mod_name, enum driver_type type, char * options);
+enum insmod_return my_insmod(const char * mod_name, enum driver_type type, char * options, int allow_modules_floppy);
enum return_type ask_insmod(enum driver_type);
void update_modules(void);
int module_already_present(const char * name);