blob: e75adcf38b691f3c78c165f3080fe0315b988007 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0 */
Shinya Kuribayashi56be1dd2008-03-25 21:30:07 +09002/*
Shinya Kuribayashi56be1dd2008-03-25 21:30:07 +09003 * Copyright (C) 1997, 1999, 2001, 06 by Ralf Baechle
4 * Copyright (C) 2001 MIPS Technologies, Inc.
Shinya Kuribayashi56be1dd2008-03-25 21:30:07 +09005 */
6#ifndef _ASM_REBOOT_H
7#define _ASM_REBOOT_H
8
9extern void _machine_restart(void);
10
11#endif /* _ASM_REBOOT_H */