xref: /openbmc/u-boot/arch/mips/include/asm/reboot.h (revision 1d6c54ecb39b8591a98f02f9b47af225ff07cd0b)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Copyright (C) 1997, 1999, 2001, 06 by Ralf Baechle
4  * Copyright (C) 2001 MIPS Technologies, Inc.
5  */
6 #ifndef _ASM_REBOOT_H
7 #define _ASM_REBOOT_H
8 
9 extern void _machine_restart(void);
10 
11 #endif /* _ASM_REBOOT_H */
12