Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: e36f014edff70fc02b3d3d79cead1d58f289332e authored by Linus Torvalds on 02 February 2015, 04:07:21 UTC
Linux 3.19-rc7
Tip revision: e36f014
cs4271.h
#ifndef _CS4271_PRIV_H
#define _CS4271_PRIV_H

#include <linux/regmap.h>

extern const struct of_device_id cs4271_dt_ids[];
extern const struct regmap_config cs4271_regmap_config;

int cs4271_probe(struct device *dev, struct regmap *regmap);

#endif
back to top