13 lines
195 B
C
13 lines
195 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* Copyright (c) 2016 MediaTek Inc.
|
|
*/
|
|
|
|
#ifndef _MTK_PPM_API_H_
|
|
#define _MTK_PPM_API_H_
|
|
|
|
#include "ppm_v3/mtk_ppm_api.h"
|
|
|
|
#endif /* _MTK_PPM_API_H_ */
|
|
|