diff options
author | Mystery Man <unknown@mandriva.org> | 2004-11-06 08:30:59 +0000 |
---|---|---|
committer | Mystery Man <unknown@mandriva.org> | 2004-11-06 08:30:59 +0000 |
commit | 42e38e074bf1200783849ea85e205e6614f988d7 (patch) | |
tree | 3c218a7ef3c66c8064eb2f6fa84ef44cef7b55a6 /mdk-stage1/modules.h | |
parent | a4a67fd68bcffc42eb98871618c8f07b55157d5e (diff) | |
download | drakx-backup-do-not-use-topic/a.tar drakx-backup-do-not-use-topic/a.tar.gz drakx-backup-do-not-use-topic/a.tar.bz2 drakx-backup-do-not-use-topic/a.tar.xz drakx-backup-do-not-use-topic/a.zip |
This commit was manufactured by cvs2svn to create branch 'a'.topic/a
Diffstat (limited to 'mdk-stage1/modules.h')
-rw-r--r-- | mdk-stage1/modules.h | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/mdk-stage1/modules.h b/mdk-stage1/modules.h deleted file mode 100644 index 3eb367d62..000000000 --- a/mdk-stage1/modules.h +++ /dev/null @@ -1,38 +0,0 @@ -/* - * Guillaume Cottenceau (gc@mandrakesoft.com) - * - * Copyright 2000 Mandrakesoft - * - * This software may be freely redistributed under the terms of the GNU - * public license. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - * - */ - -#ifndef _MODULES_H_ -#define _MODULES_H_ - -#include "stage1.h" -#include "probing.h" - -enum insmod_return { INSMOD_OK, INSMOD_FAILED, INSMOD_FAILED_FILE_NOT_FOUND }; - -void init_modules_insmoding(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); -void update_modules(void); -int module_already_present(const char * name); - -struct module_deps_elem { - char * name; - char ** deps; -}; - -extern int disable_modules; -extern int allow_additional_modules_floppy; - -#endif |