swh:1:snp:c2847dfd741eae21606027cf29250d1ebcd63fb4
Raw File
Tip revision: c8d2bc9bc39ebea8437fd974fdbc21847bb897a3 authored by Linus Torvalds on 02 October 2016, 23:24:33 UTC
Linux 4.8
Tip revision: c8d2bc9
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