1 int darwin_init_module(void *module_image, unsigned long len, const char *param_values) 2 { 3 return -1; 4 } 5 6 int darwin_delete_module(const char *name, int flags) 7 { 8 return -1; 9 } 10