]> git.sur5r.net Git - u-boot/blobdiff - include/common.h
integratorap: make the compile work again
[u-boot] / include / common.h
index b994e705f3a5f98042cbefc4d3eb03e2834e325c..12a10741bd70dd9a554b8903c66c8fd70088f456 100644 (file)
@@ -222,6 +222,9 @@ typedef void (interrupt_handler_t)(void *);
 
 void   hang            (void) __attribute__ ((noreturn));
 
+int    timer_init(void);
+int    cpu_init(void);
+
 /* */
 phys_size_t initdram (int);
 int    display_options (void);