kernel_samsung_a34x-permissive/include/linux/soc/mediatek/pmic_wrap.h

12 lines
263 B
C
Raw Normal View History

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