13 lines
227 B
C
13 lines
227 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* Copyright (c) 2016 MediaTek Inc.
|
|
*/
|
|
|
|
#ifndef __MTK_SPM_MCDSR_COMMON_H__
|
|
#define __MTK_SPM_MCDSR_COMMON_H__
|
|
|
|
#include "spm/mtk_spm_mcdsr.h"
|
|
|
|
#endif /* __MTK_SPM_MCDSR_COMMON_H__ */
|
|
|