]> git.sur5r.net Git - u-boot/blobdiff - examples/api/libgenwrap.c
Generic udelay() with watchdog support
[u-boot] / examples / api / libgenwrap.c
index 2b62badfb88e32b8162d6410cb7423b2cf404f00..2b107d9797f45eaaf3bc5bee1ef7d8eac93cd62e 100644 (file)
@@ -74,7 +74,7 @@ void putc (const char c)
        ub_putc(c);
 }
 
-void udelay(unsigned long usec)
+void __udelay(unsigned long usec)
 {
        ub_udelay(usec);
 }