/*
 * process_cmd.h
 */

#ifndef PROCESS_CMD_H_
#define PROCESS_CMD_H_

#include "TZ_Vendor_tl.h"
#include "tl_arcounter_ctx.h"
#include "tz_arcounter_msg.h"

uint32_t process_cmd(
	tl_arcounter_ctx_t * ctx,
	uint32_t commandId,
	tciMessage_t * sendmsg,
	tciMessage_t * respmsg
);

#endif /* PROCESS_CMD_H_ */
