1
0
mirror of https://github.com/physwizz/a155-U-u1.git synced 2024-11-19 13:27:49 +00:00
a155-U-u1/kernel-5.10/drivers/misc/mediatek/lpm/platform/lpm_rc.h
2024-03-11 06:53:12 +11:00

12 lines
182 B
C

/* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright (c) 2019 MediaTek Inc.
*/
#ifndef __LPM_RC_H__
#define __LPM_RC_H__
int lpm_rc_parsing(struct device_node *parent);
#endif