From adb289a23d9cec1ed29877d58614e33246fe20ba Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Sat, 6 Jan 2001 23:29:29 +0000 Subject: uglyfy my shiny modules-loading code to save some stuff in /etc/modules.conf (scsi, net, modules options) --- mdk-stage1/modules.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdk-stage1/modules.h') 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); -- cgit v1.2.1