Shinya Kuribayashi | b0c66af | 2008-03-25 21:30:07 +0900 | [diff] [blame] | 1 | /* |
Shinya Kuribayashi | b0c66af | 2008-03-25 21:30:07 +0900 | [diff] [blame] | 2 | * Copyright (C) 1997, 1999, 2001, 06 by Ralf Baechle |
| 3 | * Copyright (C) 2001 MIPS Technologies, Inc. |
Daniel Schwierzeck | 898582b | 2016-01-12 21:48:27 +0100 | [diff] [blame] | 4 | * |
| 5 | * SPDX-License-Identifier: GPL-2.0 |
Shinya Kuribayashi | b0c66af | 2008-03-25 21:30:07 +0900 | [diff] [blame] | 6 | */ |
| 7 | #ifndef _ASM_REBOOT_H |
| 8 | #define _ASM_REBOOT_H |
| 9 | |
| 10 | extern void _machine_restart(void); |
| 11 | |
| 12 | #endif /* _ASM_REBOOT_H */ |