]> Git Repo - J-linux.git/blob - arch/alpha/include/asm/delay.h
mm, x86: Saving vmcore with non-lazy freeing of vmas
[J-linux.git] / arch / alpha / include / asm / delay.h
1 #ifndef __ALPHA_DELAY_H
2 #define __ALPHA_DELAY_H
3
4 extern void __delay(int loops);
5 extern void udelay(unsigned long usecs);
6
7 extern void ndelay(unsigned long nsecs);
8 #define ndelay ndelay
9
10 #endif /* defined(__ALPHA_DELAY_H) */
This page took 0.028618 seconds and 4 git commands to generate.