2018-05-06 17:58:06 -04:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
2011-08-30 06:23:12 +00:00
|
|
|
/*
|
|
|
|
|
* Copyright (c) 2011 The Chromium OS Authors.
|
|
|
|
|
*/
|
|
|
|
|
|
2012-08-31 08:30:00 +00:00
|
|
|
/* Tegra20 timer functions */
|
2011-08-30 06:23:12 +00:00
|
|
|
|
2012-09-04 17:00:24 -07: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
|