17 lines
268 B
C
17 lines
268 B
C
|
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||
|
|
/*
|
||
|
|
* Copyright (c) 2017 MediaTek Inc.
|
||
|
|
*/
|
||
|
|
|
||
|
|
#ifndef __MT_CLK_ID_H__
|
||
|
|
#define __MT_CLK_ID_H__
|
||
|
|
|
||
|
|
#if defined(CONFIG_MACH_MT6757) || defined(CONFIG_MACH_KIBOPLUS)
|
||
|
|
|
||
|
|
#include "spm_v2/mtk_clk_id.h"
|
||
|
|
|
||
|
|
#endif
|
||
|
|
|
||
|
|
#endif /* __MT_CLK_ID_H__ */
|
||
|
|
|