18 lines
272 B
C
18 lines
272 B
C
|
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||
|
|
/*
|
||
|
|
* Copyright (c) 2017 MediaTek Inc.
|
||
|
|
*/
|
||
|
|
|
||
|
|
|
||
|
|
#ifndef __MTK_IDLE_MCDI_COMMON_H__
|
||
|
|
#define __MTK_IDLE_MCDI_COMMON_H__
|
||
|
|
|
||
|
|
#if defined(CONFIG_MACH_MT6763)
|
||
|
|
|
||
|
|
#include "spm_v4/mtk_idle_mcdi.h"
|
||
|
|
|
||
|
|
#endif
|
||
|
|
|
||
|
|
#endif /* __MTK_IDLE_MCDI_COMMON_H__ */
|
||
|
|
|