/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (c) 2019 MediaTek Inc. */ #ifndef __MT6873_H__ #define __MT6873_H__ #include #include #include int mt6873_do_mcusys_prepare_pdn(unsigned int status, unsigned int *resource_req); int mt6873_do_mcusys_prepare_on_ex(unsigned int clr_status); int mt6873_do_mcusys_prepare_on(void); #endif