/*
 * GetTaProfile_tl.h
 */

#ifndef GET_TAPROFILE_TL_H_
#define GET_TAPROFILE_TL_H_

#include "TZ_Vendor_tl.h"
#include "tz_esecomm_get_taprofile_msg.h"
#include "tl_esecomm_ctx.h"

uint32_t process_GetTaProfile(
	tl_esecomm_ctx_t * g_tl_esecomm_ctx,
	tz_esecomm_get_taprofile_payload_t * sendmsg,
	tz_esecomm_get_taprofile_payload_t * respmsg
);

#endif /* GET_TAPROFILE_TL_H_ */
