File size: 554 Bytes
6c7b14a
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
Ticket Name: Linux/TDA2: EVE: I have written a kernel file, Is there a tool to generate the driver C file?

Query Text:
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();

Responses:
Hi, These functions will get generated when you compile the .k file with -kh and -kv option. Regards, Anshu