]> git.karo-electronics.de Git - karo-tx-linux.git/blob - include/asm-sh64/delay.h
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
[karo-tx-linux.git] / include / asm-sh64 / delay.h
1 #ifndef __ASM_SH64_DELAY_H
2 #define __ASM_SH64_DELAY_H
3
4 extern void __delay(int loops);
5 extern void __udelay(unsigned long long usecs, unsigned long lpj);
6 extern void __ndelay(unsigned long long nsecs, unsigned long lpj);
7 extern void udelay(unsigned long usecs);
8 extern void ndelay(unsigned long nsecs);
9
10 #endif /* __ASM_SH64_DELAY_H */
11