mirror of
https://github.com/physwizz/a155-U-u1.git
synced 2024-11-19 13:27:49 +00:00
12 lines
182 B
C
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
|