]> git.draconx.ca Git - upkg.git/blob - src/module.h
Early start of the module system.
[upkg.git] / src / module.h
1 #ifndef MODULE_H_
2 #define MODULE_H_
3
4 int module_init(void);
5 int module_exit(void);
6
7 #endif