diff options
Diffstat (limited to 'include/asm-arm/u-boot-arm.h')
| -rw-r--r-- | include/asm-arm/u-boot-arm.h | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/include/asm-arm/u-boot-arm.h b/include/asm-arm/u-boot-arm.h index e7d58fe8c..238d40854 100644 --- a/include/asm-arm/u-boot-arm.h +++ b/include/asm-arm/u-boot-arm.h @@ -62,4 +62,7 @@ void	reset_timer_masked	(void);  ulong	get_timer_masked	(void);  void	udelay_masked		(unsigned long usec); +/* cpu/.../timer.c */ +int	timer_init		(void); +  #endif	/* _U_BOOT_ARM_H_ */ |