mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
board: arm: bcmstb: Declare get_ticks in timer.h
In an earlier proposed patch, bcmstb.c implemented timer_read_counter, but it was updated to implement get_ticks instead. This patch updates the declaration in timer.h accordingly. Signed-off-by: Thomas Fitzsimmons <fitzsim@fitzsim.org>
This commit is contained in:
parent
0b600918d5
commit
a5e34fc0b6
1 changed files with 1 additions and 1 deletions
|
@ -8,6 +8,6 @@
|
|||
#ifndef _BCMSTB_TIMER_H
|
||||
#define _BCMSTB_TIMER_H
|
||||
|
||||
unsigned long timer_read_counter(void);
|
||||
uint64_t get_ticks(void);
|
||||
|
||||
#endif /* _BCMSTB_TIMER_H */
|
||||
|
|
Loading…
Reference in a new issue