Tool/software: Linux
EVE: If I have written a kernel function(void kernel_func_name(full_argument_list)), Is there a tool to generate these functions:
1、kernel_func_name_init(full_argument_list, unsigned short* pblock);
2、kernel_func_name_vloops(pblock);
3、kernel_func_name_param_count();