summaryrefslogtreecommitdiffstats
path: root/loader2/modstubs.h
diff options
context:
space:
mode:
Diffstat (limited to 'loader2/modstubs.h')
-rw-r--r--loader2/modstubs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/loader2/modstubs.h b/loader2/modstubs.h
index a03c17aea..0ea68bd12 100644
--- a/loader2/modstubs.h
+++ b/loader2/modstubs.h
@@ -5,4 +5,7 @@ int ourInsmodCommand(int argc, char ** argv);
int rmmod(char * modName);
int insmod(char * modName, char * path, char ** args);
+/* hack */
+int combined_insmod_main(int argc, char ** argv);
+
#endif