/*
 * CancelTimer_tl.h
 */

#ifndef CANCELTIMER_TL_H_
#define CANCELTIMER_TL_H_

#include "common_tz_arcounter.h"
#include "tz_arcounter_canceltimer_msg.h"

uint32_t process_CancelTimer(
	tl_arcounter_ctx_t * ctx,
	tz_arcounter_canceltimer_payload_t * sendmsg,
	tz_arcounter_canceltimer_payload_t * respmsg
);

#endif /* CANCELTIMER_TL_H_ */
