android_kernel_modules_leno.../sldriver/kern_ta.h

7 lines
101 B
C

#ifndef _KERN_TA_H_
#define _KERN_TA_H_
int ta_create_entry_point( void );
int ep_foo(void);
#endif