xref: /OK3568_Linux_fs/kernel/drivers/hwmon/ltc2947.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun /* SPDX-License-Identifier: GPL-2.0 */
2*4882a593Smuzhiyun #ifndef _LINUX_LTC2947_H
3*4882a593Smuzhiyun #define _LINUX_LTC2947_H
4*4882a593Smuzhiyun 
5*4882a593Smuzhiyun struct regmap;
6*4882a593Smuzhiyun 
7*4882a593Smuzhiyun extern const struct of_device_id ltc2947_of_match[];
8*4882a593Smuzhiyun extern const struct dev_pm_ops ltc2947_pm_ops;
9*4882a593Smuzhiyun 
10*4882a593Smuzhiyun int ltc2947_core_probe(struct regmap *map, const char *name);
11*4882a593Smuzhiyun 
12*4882a593Smuzhiyun #endif
13