diff options
| author | Marek Vasut <[email protected]> | 2019-10-15 22:43:41 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2019-10-31 07:22:53 -0400 |
| commit | 80e7e7c2aba5793a1e39592cd53de9e5aca96f0b (patch) | |
| tree | 1ce3f652b3e6a65c7ad2a76e8bec940261b202ec /arch | |
| parent | 52e1d93c14d0a56651367eb00f8d6b6fe80a2708 (diff) | |
lib: time: Add microsecond timer
Add get_timer_us(), which is useful e.g. when we need higher
precision timestamps.
Signed-off-by: Marek Vasut <[email protected]>
Cc: Tom Rini <[email protected]>
Cc: Simon Glass <[email protected]>
[trini: Fixup arch/arm/mach-bcm283x/include/mach/timer.h]
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/mach-bcm283x/include/mach/timer.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-bcm283x/include/mach/timer.h b/arch/arm/mach-bcm283x/include/mach/timer.h index 014355e759a..61beb1aba11 100644 --- a/arch/arm/mach-bcm283x/include/mach/timer.h +++ b/arch/arm/mach-bcm283x/include/mach/timer.h @@ -25,9 +25,6 @@ struct bcm2835_timer_regs { u32 c2; u32 c3; }; - -extern ulong get_timer_us(ulong base); - #endif #endif |
