/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (c) 2019 MediaTek Inc. */ #ifndef __MT6877_H__ #define __MT6877_H__ #include #include #include int mt6877_do_mcusys_prepare_pdn(unsigned int status, unsigned int *resource_req); int mt6877_do_mcusys_prepare_on_ex(unsigned int clr_status); int mt6877_do_mcusys_prepare_on(void); #endif