Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef _LINUX_LTC2947_H
0003 #define _LINUX_LTC2947_H
0004 
0005 struct regmap;
0006 
0007 extern const struct of_device_id ltc2947_of_match[];
0008 extern const struct dev_pm_ops ltc2947_pm_ops;
0009 
0010 int ltc2947_core_probe(struct regmap *map, const char *name);
0011 
0012 #endif