blob: 5d5664115f41eb7b5347dbce401faaefef929934 [file] [log] [blame]
Simon Glass28cb1612011-08-30 06:23:12 +00001/*
2 * Copyright (c) 2011 The Chromium OS Authors.
Simon Glass28cb1612011-08-30 06:23:12 +00003 *
Wolfgang Denkd79de1d2013-07-08 09:37:19 +02004 * SPDX-License-Identifier: GPL-2.0+
Simon Glass28cb1612011-08-30 06:23:12 +00005 */
6
Allen Martin55d98a12012-08-31 08:30:00 +00007/* Tegra20 timer functions */
Simon Glass28cb1612011-08-30 06:23:12 +00008
Tom Warren22562a42012-09-04 17:00:24 -07009#ifndef _TEGRA_TIMER_H
10#define _TEGRA_TIMER_H
Simon Glass28cb1612011-08-30 06:23:12 +000011
12/* returns the current monotonic timer value in microseconds */
13unsigned long timer_get_us(void);
14
15#endif