Files
svc.ems/plat/xapp/src/xap_interfunc.h
2024-09-27 15:39:34 +08:00

12 lines
257 B
C

/* XAP interface for map/cap use head file */
/* Written by Liu Zhiguo 2003-08-26 */
/* Version 1.0 */
/* --------------------------------------- */
#ifndef _XAP_INTER_FUNC
#define _XAP_INTER_FUNC
void xap_send_error(const char *fmt,...);
#endif