unplugged-kernel/drivers/misc/mediatek/lpm/modules/platform/mt6779/mt6779.h

21 lines
406 B
C
Raw Normal View History

/* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright (c) 2019 MediaTek Inc.
*/
#ifndef __MT6779_H__
#define __MT6779_H__
#include <linux/delay.h>
#include <mtk_lpm_type.h>
#include <mt6779_common.h>
int mt6779_do_mcusys_prepare_pdn(unsigned int status,
unsigned int *resource_req);
int mt6779_do_mcusys_prepare_on_ex(unsigned int clr_status);
int mt6779_do_mcusys_prepare_on(void);
#endif