]> git.sur5r.net Git - u-boot/blob - arch/mips/include/asm/reboot.h
Merge branch 'master' of git://git.denx.de/u-boot-mips
[u-boot] / arch / mips / include / asm / reboot.h
1 /*
2  * Copyright (C) 1997, 1999, 2001, 06 by Ralf Baechle
3  * Copyright (C) 2001 MIPS Technologies, Inc.
4  *
5  * SPDX-License-Identifier:     GPL-2.0
6  */
7 #ifndef _ASM_REBOOT_H
8 #define _ASM_REBOOT_H
9
10 extern void _machine_restart(void);
11
12 #endif /* _ASM_REBOOT_H */