Merge tag 'ceph-for-4.13-rc8' of git://github.com/ceph/ceph-client
[linux/fpc-iii.git] / drivers / input / touchscreen / ad7879.h
blob7e43066a4b681b170184ccb511f4c636b521403e
1 /*
2 * AD7879/AD7889 touchscreen (bus interfaces)
4 * Copyright (C) 2008-2010 Michael Hennerich, Analog Devices Inc.
6 * Licensed under the GPL-2 or later.
7 */
9 #ifndef _AD7879_H_
10 #define _AD7879_H_
12 #include <linux/types.h>
14 struct device;
15 struct regmap;
17 extern const struct dev_pm_ops ad7879_pm_ops;
19 int ad7879_probe(struct device *dev, struct regmap *regmap,
20 int irq, u16 bustype, u8 devid);
22 #endif