]> git.sur5r.net Git - u-boot/blobdiff - lib_nios/time.c
Update Makefile for tag generating
[u-boot] / lib_nios / time.c
index 765b9c1989a74e0cc5f2743aaaa8c8abb911b6b1..d5096ee1290561b1ed5179dd60e5d8ef4bab14fd 100644 (file)
  */
 
 #include <common.h>
+#include <watchdog.h>
 
 
 extern void dly_clks( unsigned long ticks );
 
-void udelay(unsigned long usec)
+void __udelay(unsigned long usec)
 {
        /* The Nios core doesn't have a timebase, so we do our
         * best for now and call a low-level loop that counts