/*
 * GetTimer_tl.h
 */

#ifndef GETTIMER_TL_H_
#define GETTIMER_TL_H_

#include "common_tz_arcounter.h"
#include "tz_arcounter_gettimer_msg.h"

uint32_t process_GetTimer(
    tl_arcounter_ctx_t * ctx,
	tz_arcounter_gettimer_payload_t * sendmsg,
	tz_arcounter_gettimer_payload_t * respmsg
);

#endif /* GETTIMER_TL_H_ */
