From 8e4bff4cab0ddac6060645b0715210484d02ff40 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Wed, 30 Aug 2017 08:25:59 +0000 Subject: Initial file dump from open source release --- include/linux/smc911x.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 include/linux/smc911x.h (limited to 'include/linux/smc911x.h') diff --git a/include/linux/smc911x.h b/include/linux/smc911x.h new file mode 100644 index 00000000..521f3714 --- /dev/null +++ b/include/linux/smc911x.h @@ -0,0 +1,13 @@ +#ifndef __SMC911X_H__ +#define __SMC911X_H__ + +#define SMC911X_USE_16BIT (1 << 0) +#define SMC911X_USE_32BIT (1 << 1) + +struct smc911x_platdata { + unsigned long flags; + unsigned long irq_flags; /* IRQF_... */ + int irq_polarity; +}; + +#endif /* __SMC911X_H__ */ -- cgit v1.3.1