Release 4.14 arch/alpha/include/asm/delay.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __ALPHA_DELAY_H
#define __ALPHA_DELAY_H
extern void __delay(int loops);
extern void udelay(unsigned long usecs);
extern void ndelay(unsigned long nsecs);
#define ndelay ndelay
#endif /* defined(__ALPHA_DELAY_H) */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Linus Torvalds (pre-git) | 25 | 62.50% | 3 | 50.00% |
Richard Henderson | 7 | 17.50% | 1 | 16.67% |
Linus Torvalds | 7 | 17.50% | 1 | 16.67% |
Greg Kroah-Hartman | 1 | 2.50% | 1 | 16.67% |
Total | 40 | 100.00% | 6 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.