Merge with Linux 2.5.59.
[linux-2.6/linux-mips.git] / include / asm-alpha / delay.h
blob86077c4e03ab93b3182cca7d415fd6be79383da9
1 #ifndef __ALPHA_DELAY_H
2 #define __ALPHA_DELAY_H
4 extern void __delay(int loops);
5 extern void __udelay(unsigned long usecs, unsigned long lpj);
6 extern void udelay(unsigned long usecs);
8 #endif /* defined(__ALPHA_DELAY_H) */