1 2 3 4 5 6 7 8 9 10
#ifndef __KERNEL_MODULE__ #define __KERNEL_MODULE__ #endif int test_module_init(void) { return 0; } void test_module_exit(void) { }