kernel_samsung_a34x-permissive/drivers/misc/mediatek/include/mt-plat/mtk_reboot.h

14 lines
222 B
C
Raw Normal View History

/* 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