]> git.draconx.ca Git - upkg.git/blobdiff - src/module.h
Early start of the module system.
[upkg.git] / src / module.h
diff --git a/src/module.h b/src/module.h
new file mode 100644 (file)
index 0000000..ea52071
--- /dev/null
@@ -0,0 +1,7 @@
+#ifndef MODULE_H_
+#define MODULE_H_
+
+int module_init(void);
+int module_exit(void);
+
+#endif