You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
290 B

#ifndef __CCU_LOG_H__
#define __CCU_LOG_H__
#include "ccu_ext_interface/ccu_ext_interface.h"
extern MUINT32 g_pmu_overflow_cnt;
void log_initialize();
void log(char *msg);
void log_value(char *name, MINT32 value);
void log_flush_log_to_dram();
void log_log_test();
#endif