blob: 1c4decacd33835d23c1a448e5951211846e48cd8 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Simon Glass28cb1612011-08-30 06:23:12 +00002/*
3 * Copyright (c) 2011 The Chromium OS Authors.
Simon Glass28cb1612011-08-30 06:23:12 +00004 */
5
Allen Martin55d98a12012-08-31 08:30:00 +00006/* Tegra20 timer functions */
Simon Glass28cb1612011-08-30 06:23:12 +00007
Tom Warren22562a42012-09-04 17:00:24 -07008#ifndef _TEGRA_TIMER_H
9#define _TEGRA_TIMER_H
Simon Glass28cb1612011-08-30 06:23:12 +000010
11/* returns the current monotonic timer value in microseconds */
12unsigned long timer_get_us(void);
13
14#endif