summaryrefslogtreecommitdiffstats
path: root/isys/isys.h
diff options
context:
space:
mode:
Diffstat (limited to 'isys/isys.h')
-rw-r--r--isys/isys.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/isys/isys.h b/isys/isys.h
index 4b7557fe7..8e2364b07 100644
--- a/isys/isys.h
+++ b/isys/isys.h
@@ -20,6 +20,11 @@ struct moduleInfo {
struct moduleArg * args;
};
+struct moduleInfoSet_s {
+ struct moduleInfo * moduleList;
+ int numModules;
+};
+
typedef struct moduleInfoSet_s * moduleInfoSet;
moduleInfoSet isysNewModuleInfoSet(void);