summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/modules.h
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mandriva.org>2009-04-22 08:55:31 +0000
committerPascal Terjan <pterjan@mandriva.org>2009-04-22 08:55:31 +0000
commitdfbf6afce4bcb2ccc2ec099d38b29562f79f7368 (patch)
treea8b5a341397624816e17fcd6366587872c952494 /mdk-stage1/modules.h
parente00b4bd44dd33ada37d959c8fccae823ff9899a0 (diff)
downloaddrakx-dfbf6afce4bcb2ccc2ec099d38b29562f79f7368.tar
drakx-dfbf6afce4bcb2ccc2ec099d38b29562f79f7368.tar.gz
drakx-dfbf6afce4bcb2ccc2ec099d38b29562f79f7368.tar.bz2
drakx-dfbf6afce4bcb2ccc2ec099d38b29562f79f7368.tar.xz
drakx-dfbf6afce4bcb2ccc2ec099d38b29562f79f7368.zip
set uevent helper which will load firmware and do not set firmware
timeout to 1 second (it will fail if firmware is not there)
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 31e7dbac4..4bddb2452 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);
-void init_firmware_timeout(void);
+void init_firmware_loader(void);
int insmod_local_file(char * path, 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);