/*
 * Initialize_tl.h
 */

#ifndef C_INITIALIZE_TL_H_
#define C_INITIALIZE_TL_H_

#include "TZ_Vendor_tl.h"
#include "tz_init_msg.h"
#include "tl_esecomm_ctx.h"
#include "init_tl.h"

#define TZ_COMMON_INIT_MAX_CNT (1024)

uint32_t process_Initialize(
	tl_esecomm_ctx_t * p,
	tz_init_payload_t * sendmsg,
	tz_init_payload_t * respmsg
);

#endif /* C_INITIALIZE_TL_H_ */
