2011-08-30 06:23:12 +00:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2011 The Chromium OS Authors.
|
|
|
|
*
|
2013-07-08 07:37:19 +00:00
|
|
|
* SPDX-License-Identifier: GPL-2.0+
|
2011-08-30 06:23:12 +00:00
|
|
|
*/
|
|
|
|
|
2012-08-31 08:30:00 +00:00
|
|
|
/* Tegra20 timer functions */
|
2011-08-30 06:23:12 +00:00
|
|
|
|
2012-09-05 00:00:24 +00:00
|
|
|
#ifndef _TEGRA_TIMER_H
|
|
|
|
#define _TEGRA_TIMER_H
|
2011-08-30 06:23:12 +00:00
|
|
|
|
|
|
|
/* returns the current monotonic timer value in microseconds */
|
|
|
|
unsigned long timer_get_us(void);
|
|
|
|
|
|
|
|
#endif
|