blob: c83be268cb41ca4fc0e2b5d6438136d819431010 [file] [log] [blame]
/*
* Samsung Exynos SoC series VPU driver
*
* Copyright (c) 2015 Samsung Electronics Co., Ltd
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#include "vpu-time.h"
void vpu_get_timestamp(struct vpu_time *time)
{
do_gettimeofday(&time->time);
}