patch-1.3.45 linux/include/asm-ppc/delay.h

Next file: linux/include/asm-ppc/dma.h
Previous file: linux/include/asm-ppc/checksum.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.44/linux/include/asm-ppc/delay.h linux/include/asm-ppc/delay.h
@@ -0,0 +1,15 @@
+#ifndef _PPC_DELAY_H
+#define _PPC_DELAY_H
+
+
+extern __inline__ void __delay(unsigned long );
+extern __inline__ void __udelay(unsigned long );
+
+
+extern __inline__ unsigned long muldiv(unsigned long a, unsigned long b, unsigned long c)
+{
+	return (a*b)/c;
+}
+
+#endif /* defined(_PPC_DELAY_H) */
+

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this