This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/TDA2: EVE: I have written a kernel file, Is there a tool to generate the driver C file?

Part Number: TDA2


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();