]> git.proxmox.com Git - mirror_ubuntu-kernels.git/blob - arch/alpha/include/asm/delay.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-kernels.git] / arch / alpha / include / asm / delay.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __ALPHA_DELAY_H
3 #define __ALPHA_DELAY_H
4
5 extern void __delay(int loops);
6 extern void udelay(unsigned long usecs);
7
8 extern void ndelay(unsigned long nsecs);
9 #define ndelay ndelay
10
11 #endif /* defined(__ALPHA_DELAY_H) */