add minimal module struct
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
struct module {
|
||||||
|
const char *id;
|
||||||
|
void *handle;
|
||||||
|
int (*init)(void);
|
||||||
|
int (*shutdown)(void);
|
||||||
|
};
|
||||||
Reference in New Issue
Block a user