c05564c4d8
Android 13
12 lines
263 B
C
Executable file
12 lines
263 B
C
Executable file
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* Copyright (c) 2019 MediaTek Inc.
|
|
*/
|
|
|
|
#ifndef __SOC_MEDIATEK_PMIC_WRAP_H
|
|
#define __SOC_MEDIATEK_PMIC_WRAP_H
|
|
|
|
extern struct regmap *pwrap_node_to_regmap(struct device_node *np);
|
|
|
|
#endif /* __SOC_MEDIATEK_PMIC_WRAP_H */
|