6db4831e98
Android 14
12 lines
263 B
C
12 lines
263 B
C
/* 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 */
|