Go to the source code of this file.
◆ CJ_GLOBAL_LOG_PROTOTYPE
#define CJ_GLOBAL_LOG_PROTOTYPE |
Definition at line 64 of file cj.h.
◆ DECLARE_CJ_GLOBAL_LOG
#define DECLARE_CJ_GLOBAL_LOG |
Value: __attribute__ ((weak)); \
\
unsigned __cj_type; \
void * __cj_data0; \
{ \
__cj_type = type; \
__cj_data0 = data0; \
__cj_data1 = data1; \
}
void cj_global_log(unsigned type, void *data0, void *data1)
Definition at line 48 of file cj.h.
◆ cj_global_log()
void cj_global_log |
( |
unsigned |
type, |
|
|
void * |
data0, |
|
|
void * |
data1 |
|
) |
| |
◆ cj_log()
void cj_log |
( |
u32 |
type, |
|
|
void * |
data0, |
|
|
void * |
data1 |
|
) |
| |
Definition at line 38 of file cj.c.
◆ cj_stop()
Definition at line 58 of file cj.c.