]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/include/asm/arch-bcm2835/timer.h
ARM: bcm2835: fix get_timer() to return ms
[u-boot] / arch / arm / include / asm / arch-bcm2835 / timer.h
index 30c70e03df467f60e93e71b5d66ba59877a681d8..c2001b6f932a4bb27ab19cb410f95ee083b0415d 100644 (file)
@@ -34,4 +34,6 @@ struct bcm2835_timer_regs {
 #define BCM2835_TIMER_CS_M1    (1 << 1)
 #define BCM2835_TIMER_CS_M0    (1 << 0)
 
+extern ulong get_timer_us(ulong base);
+
 #endif