/*
 * SetTimer_tl.h
 */

#ifndef SETTIMER_TL_H_
#define SETTIMER_TL_H_

#include "common_tz_arcounter.h"
#include "tz_arcounter_settimer_msg.h"

uint32_t process_SetTimer(
	tl_arcounter_ctx_t * ctx,
	tz_arcounter_settimer_payload_t * sendmsg,
	tz_arcounter_settimer_payload_t * respmsg
);

#endif /* SETTIMER_TL_H_ */
