patch-2.4.22 linux-2.4.22/include/asm-sh64/delay.h

Next file: linux-2.4.22/include/asm-sh64/div64.h
Previous file: linux-2.4.22/include/asm-sh64/current.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.21/include/asm-sh64/delay.h linux-2.4.22/include/asm-sh64/delay.h
@@ -0,0 +1,11 @@
+#ifndef __ASM_SH64_DELAY_H
+#define __ASM_SH64_DELAY_H
+
+extern void __delay(int loops);
+extern void __udelay(unsigned long long usecs, unsigned long lpj);
+extern void __ndelay(unsigned long long nsecs, unsigned long lpj);
+extern void udelay(unsigned long usecs);
+extern void ndelay(unsigned long nsecs);
+
+#endif /* __ASM_SH64_DELAY_H */
+

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)