/**
 * \file tz_time.h
 * \brief helper function for time managing of trust zone
 * \author a.stafieiev@samsung.com
 * \version 0.1
 * \date Created 2016/01/22
 * \par In Samsung R&D Institute Ukraine (SRK) under a contract between
 * \par LLC Samsung Electronics Ukraine Company (Kiev, Ukraine) and
 * \par Samsung Electronics Co, Ltd (Seoul, Republic of Korea)
 * \par Copyright: (c) Samsung Electronics Co, Ltd 2016. All rights reserved.
 **/

#ifndef TZTIME_H_INCLUDED
#define TZTIME_H_INCLUDED

#include <stdint.h>
#include "QSEE_TZ_debug.h"
/*
 * return uptime in seconds
 */
uint64_t tz_get_timestamp(void);

#endif // TZTIME_H_INCLUDED
