init ems server code
This commit is contained in:
10
plat/sip/src/include/sip_debug.h
Normal file
10
plat/sip/src/include/sip_debug.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef _SIP_DEBUG__H
|
||||
#define _SIP_DEBUG__H
|
||||
|
||||
void sip_mon(void);
|
||||
int sip_debug_set(void);
|
||||
int sip_asciout_proc(BYTE *outStr);
|
||||
int sip_hex_to_ascii(BYTE *fromHex, BYTE fromLen, BYTE *toAsc);
|
||||
int sip_log_err(BYTE *errMsg);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user