summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/modules.h
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/modules.h')
-rw-r--r--mdk-stage1/modules.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/mdk-stage1/modules.h b/mdk-stage1/modules.h
index 10c9ebf4b..b5a597ac2 100644
--- a/mdk-stage1/modules.h
+++ b/mdk-stage1/modules.h
@@ -32,6 +32,11 @@ struct module_deps_elem {
char ** deps;
};
+struct module_descr_elem {
+ char * modname;
+ char * description;
+};
+
extern int disable_modules;
#endif