summaryrefslogtreecommitdiffstats
path: root/include/i2c
diff options
context:
space:
mode:
Diffstat (limited to 'include/i2c')
-rw-r--r--include/i2c/lp3972.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/i2c/lp3972.h b/include/i2c/lp3972.h
new file mode 100644
index 0000000000..edb5801118
--- /dev/null
+++ b/include/i2c/lp3972.h
@@ -0,0 +1,7 @@
+#ifndef __ASM_ARCH_LP3972_H
+#define __ASM_ARCH_LP3972_H
+
+extern struct i2c_client *lp3972_get_client(void);
+
+#endif /* __ASM_ARCH_LP3972_H */
+