summaryrefslogtreecommitdiffstats
path: root/arch/alpha/include/asm/delay.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/alpha/include/asm/delay.h')
-rw-r--r--arch/alpha/include/asm/delay.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/alpha/include/asm/delay.h b/arch/alpha/include/asm/delay.h
new file mode 100644
index 000000000..868aa61ab
--- /dev/null
+++ b/arch/alpha/include/asm/delay.h
@@ -0,0 +1,11 @@
+/* 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) */