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