init ems server code
This commit is contained in:
10
plat/m2ua/src_old/include/m2ua_debug.h
Normal file
10
plat/m2ua/src_old/include/m2ua_debug.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef _M2UA_DEBUG__H
|
||||
#define _M2UA_DEBUG__H
|
||||
|
||||
void m2ua_mon(void);
|
||||
int m2ua_debug_set(void);
|
||||
int m2ua_asciout_proc(BYTE *out_str);
|
||||
int m2ua_hex_to_ascii(BYTE *from_hex, BYTE from_len, BYTE *to_asc);
|
||||
int m2ua_log_err(WORD sg_id, BYTE *err_msg);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user