]> git.sur5r.net Git - u-boot/blobdiff - lib_i386/pcat_timer.c
Generic udelay() with watchdog support
[u-boot] / lib_i386 / pcat_timer.c
index c351b23b6334ac5f46b613f8a6a21b304b761b35..1373fd125c81d1f792788ebf8ba837cf4dc9fee1 100644 (file)
@@ -71,7 +71,7 @@ static u16 read_pit(void)
 }
 
 /* this is not very exact */
-void udelay (unsigned long usec)
+void __udelay (unsigned long usec)
 {
        int counter;
        int wraps;