aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/arch/mips/include/asm/reboot.h
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/arch/mips/include/asm/reboot.h')
-rw-r--r--roms/u-boot/arch/mips/include/asm/reboot.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/roms/u-boot/arch/mips/include/asm/reboot.h b/roms/u-boot/arch/mips/include/asm/reboot.h
new file mode 100644
index 000000000..e75adcf38
--- /dev/null
+++ b/roms/u-boot/arch/mips/include/asm/reboot.h
@@ -0,0 +1,11 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+/*
+ * Copyright (C) 1997, 1999, 2001, 06 by Ralf Baechle
+ * Copyright (C) 2001 MIPS Technologies, Inc.
+ */
+#ifndef _ASM_REBOOT_H
+#define _ASM_REBOOT_H
+
+extern void _machine_restart(void);
+
+#endif /* _ASM_REBOOT_H */