/*
 * example_tl.h
 */

#ifndef EXAMPLE_TL_H_
#define EXAMPLE_TL_H_

#include "TZ_Vendor_tl.h"
#include "tz_esecomm_gen_msg.h"

uint32_t process_example(
	tz_esecomm_gen_payload_t * sendmsg,
	tz_esecomm_gen_payload_t * respmsg
);
#endif /* EXAMPLE_TL_H_ */
