Magellan Linux

Contents of /alx-src/tags/kernel26-2.6.12-alx-r9/include/asm-alpha/delay.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 630 - (show annotations) (download)
Wed Mar 4 11:03:09 2009 UTC (15 years, 6 months ago) by niro
File MIME type: text/plain
File size: 225 byte(s)
Tag kernel26-2.6.12-alx-r9
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) */