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