Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef _CS4271_PRIV_H
0003 #define _CS4271_PRIV_H
0004 
0005 #include <linux/regmap.h>
0006 
0007 extern const struct of_device_id cs4271_dt_ids[];
0008 extern const struct regmap_config cs4271_regmap_config;
0009 
0010 int cs4271_probe(struct device *dev, struct regmap *regmap);
0011 
0012 #endif