summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/thirdparty.h
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2005-04-04 18:46:37 +0000
committerOlivier Blin <oblin@mandriva.org>2005-04-04 18:46:37 +0000
commit2091e3f2fee9f7697eefb00d2ca1e94a5a4945cc (patch)
tree9c83248eb7bab71b7b4c8edf0905f77be3a72d63 /mdk-stage1/thirdparty.h
parent63eda05b692c6d765dc391e5c46fd752ffd670f7 (diff)
downloaddrakx-2091e3f2fee9f7697eefb00d2ca1e94a5a4945cc.tar
drakx-2091e3f2fee9f7697eefb00d2ca1e94a5a4945cc.tar.gz
drakx-2091e3f2fee9f7697eefb00d2ca1e94a5a4945cc.tar.bz2
drakx-2091e3f2fee9f7697eefb00d2ca1e94a5a4945cc.tar.xz
drakx-2091e3f2fee9f7697eefb00d2ca1e94a5a4945cc.zip
add thirdparty_load_media_modules(), try to find third party modules on the install media
Diffstat (limited to 'mdk-stage1/thirdparty.h')
-rw-r--r--mdk-stage1/thirdparty.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/mdk-stage1/thirdparty.h b/mdk-stage1/thirdparty.h
index b09f36682..b88db7e0e 100644
--- a/mdk-stage1/thirdparty.h
+++ b/mdk-stage1/thirdparty.h
@@ -16,6 +16,15 @@
#ifndef _THIRDPARTY_H_
#define _THIRDPARTY_H_
+/* load third party modules present on install media
+ * use to_load and to_detect files in /install/thirdparty
+ * do not prompt user
+ */
+void thirdparty_load_media_modules(void);
+
+/* load modules if to_load or to_detect files are present
+ * prompt user if no to_load file is present
+ */
void thirdparty_load_modules(void);
#endif