]> Git Repo - linux.git/blob - arch/sparc/include/asm/delay_64.h
drivers, usb: convert ffs_data.ref from atomic_t to refcount_t
[linux.git] / arch / sparc / include / asm / delay_64.h
1 /* delay.h: Linux delay routines on sparc64.
2  *
3  * Copyright (C) 1996, 2004, 2007 David S. Miller ([email protected]).
4  */
5
6 #ifndef _SPARC64_DELAY_H
7 #define _SPARC64_DELAY_H
8
9 #ifndef __ASSEMBLY__
10
11 void __delay(unsigned long loops);
12 void udelay(unsigned long usecs);
13 #define mdelay(n)       udelay((n) * 1000)
14
15 #endif /* !__ASSEMBLY__ */
16
17 #endif /* _SPARC64_DELAY_H */
This page took 0.031173 seconds and 4 git commands to generate.