[BACK]Return to delay.h CVS log [TXT][DIR] Up to [Development] / linux-2.4-xfs / include / asm-alpha

File: [Development] / linux-2.4-xfs / include / asm-alpha / delay.h (download)

Revision 1.1, Wed Dec 31 00:54:49 2003 UTC (13 years, 9 months ago) by cattelan
Branch: MAIN
CVS Tags: HEAD

Initial Import 2.4.24pre2

#ifndef __ALPHA_DELAY_H
#define __ALPHA_DELAY_H

extern void __delay(int loops);
extern void ndelay(unsigned long nsecs);
extern void udelay(unsigned long usecs);

#endif /* defined(__ALPHA_DELAY_H) */