kernel_samsung_a34x-permissive/include/linux/soc/mediatek/pmic_wrap.h
2024-04-28 15:51:13 +02:00

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 */