From 2b2914cc04a93ca362e4eb3663061c3039aa4049 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Tue, 12 Dec 2000 21:05:30 +0000 Subject: - add pci probing feature - add listing of available modules and insmod'ing on user request - make rescue-stage2 working --- mdk-stage1/modules.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'mdk-stage1/modules.h') 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 { -- cgit v1.2.1