Tom Rini | 10e4779 | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Simon Glass | 28cb161 | 2011-08-30 06:23:12 +0000 | [diff] [blame] | 2 | /* |
| 3 | * Copyright (c) 2011 The Chromium OS Authors. |
Simon Glass | 28cb161 | 2011-08-30 06:23:12 +0000 | [diff] [blame] | 4 | */ |
| 5 | |
Allen Martin | 55d98a1 | 2012-08-31 08:30:00 +0000 | [diff] [blame] | 6 | /* Tegra20 timer functions */ |
Simon Glass | 28cb161 | 2011-08-30 06:23:12 +0000 | [diff] [blame] | 7 | |
Tom Warren | 22562a4 | 2012-09-04 17:00:24 -0700 | [diff] [blame] | 8 | #ifndef _TEGRA_TIMER_H |
| 9 | #define _TEGRA_TIMER_H |
Simon Glass | 28cb161 | 2011-08-30 06:23:12 +0000 | [diff] [blame] | 10 | |
| 11 | /* returns the current monotonic timer value in microseconds */ |
| 12 | unsigned long timer_get_us(void); |
| 13 | |
| 14 | #endif |