summaryrefslogtreecommitdiffstats
path: root/arch/loongarch/include/asm/reboot.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/loongarch/include/asm/reboot.h')
-rw-r--r--arch/loongarch/include/asm/reboot.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/loongarch/include/asm/reboot.h b/arch/loongarch/include/asm/reboot.h
new file mode 100644
index 000000000000..51151749d8f0
--- /dev/null
+++ b/arch/loongarch/include/asm/reboot.h
@@ -0,0 +1,10 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+/*
+ * Copyright (C) 2020-2022 Loongson Technology Corporation Limited
+ */
+#ifndef _ASM_REBOOT_H
+#define _ASM_REBOOT_H
+
+extern void (*pm_restart)(void);
+
+#endif /* _ASM_REBOOT_H */