/*
 * StoreRTCTime.h
 */

#ifndef STORERTCTIME_TL_H_
#define STORERTCTIME_TL_H_

#include "common_tz_arcounter.h"
#include "tz_arcounter_storertctime_msg.h"

uint32_t process_StoreRTCTime(
	tl_arcounter_ctx_t * ctx,
	tz_arcounter_storertctime_payload_t * sendmsg,
	tz_arcounter_storertctime_payload_t * respmsg,
	uint8_t beEnable
);

#endif /* STORERTCTIME_TL_H_ */
