#ifndef PROCESS_CMD_H_
#define PROCESS_CMD_H_

#include "TZ_Vendor_tl.h"
#include "tl_spay_tui_msg.h"

#ifndef TA_INIT_REQUIRED
#define TA_INIT_REQUIRED
#endif

#define SPAY_TUI_MASK		0x29000000
#define SPAY_TUI_NO_NOTIFY_MASK	0x2A000000

uint32_t process_cmd(
	uint32_t commandId,
	tciMessage_t * sendmsg,
	uint32_t sendmsg_len,
	tciMessage_t * respmsg,
	uint32_t respmsg_len
);

void init(
	void
);

#endif /* PROCESS_CMD_H_ */
