1 2 3 4 5 6 7 8 9
#include <stdlib.h> int insmod_main(int argc, char ** argv) { return 0; } int rmmod_main(int argc, char ** argv) { return 0; }