2 #ifndef _MV_DBG_TRCE_H_
3 #define _MV_DBG_TRCE_H_
5 #ifdef CONFIG_MV_DBG_TRACE
6 void TRC_INIT(void *callback1
, void *callback2
,
7 unsigned char callback1_param
, unsigned char callback2_param
);
8 void TRC_REC(char *fmt
,...);
10 void TRC_RELEASE(void);
15 #define TRC_INIT(x1,x2,x3,x4)
This page took 0.045643 seconds and 5 git commands to generate.