aboutsummaryrefslogtreecommitdiffstats
path: root/arch/loongarch/include/asm/idle.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/loongarch/include/asm/idle.h')
-rw-r--r--arch/loongarch/include/asm/idle.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/loongarch/include/asm/idle.h b/arch/loongarch/include/asm/idle.h
new file mode 100644
index 000000000000..f7f2b7dbf958
--- /dev/null
+++ b/arch/loongarch/include/asm/idle.h
@@ -0,0 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+#ifndef __ASM_IDLE_H
+#define __ASM_IDLE_H
+
+#include <linux/linkage.h>
+
+extern asmlinkage void __arch_cpu_idle(void);
+
+#endif /* __ASM_IDLE_H */