14 lines
222 B
C
14 lines
222 B
C
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||
|
/*
|
||
|
* Copyright (C) 2021 MediaTek Inc.
|
||
|
*/
|
||
|
|
||
|
#ifndef __MT_REBOOT_H__
|
||
|
#define __MT_REBOOT_H__
|
||
|
|
||
|
|
||
|
/* mt reboot by arch_reset */
|
||
|
extern void arch_reset(char mode, const char *cmd);
|
||
|
|
||
|
#endif
|