12 lines
194 B
C
12 lines
194 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* Copyright (c) 2019 MediaTek Inc.
|
|
*/
|
|
|
|
#ifndef __MTK_LPM_RC_H__
|
|
#define __MTK_LPM_RC_H__
|
|
|
|
int mtk_lpm_rc_parsing(struct device_node *parent);
|
|
|
|
#endif
|