Simon Glass | 39d3416 | 2011-08-30 06:23:12 +0000 | [diff] [blame] | 1 | /* |
2 | * Copyright (c) 2011 The Chromium OS Authors. | ||||
Simon Glass | 39d3416 | 2011-08-30 06:23:12 +0000 | [diff] [blame] | 3 | * |
Wolfgang Denk | 1a45966 | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 4 | * SPDX-License-Identifier: GPL-2.0+ |
Simon Glass | 39d3416 | 2011-08-30 06:23:12 +0000 | [diff] [blame] | 5 | */ |
6 | |||||
Allen Martin | 00a2749 | 2012-08-31 08:30:00 +0000 | [diff] [blame] | 7 | /* Tegra20 timer functions */ |
Simon Glass | 39d3416 | 2011-08-30 06:23:12 +0000 | [diff] [blame] | 8 | |
Tom Warren | 29f3e3f | 2012-09-04 17:00:24 -0700 | [diff] [blame] | 9 | #ifndef _TEGRA_TIMER_H |
10 | #define _TEGRA_TIMER_H | ||||
Simon Glass | 39d3416 | 2011-08-30 06:23:12 +0000 | [diff] [blame] | 11 | |
12 | /* returns the current monotonic timer value in microseconds */ | ||||
13 | unsigned long timer_get_us(void); | ||||
14 | |||||
15 | #endif |