summaryrefslogtreecommitdiffstats
path: root/include/linux/platform_data/tsl2563.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/platform_data/tsl2563.h')
-rw-r--r--include/linux/platform_data/tsl2563.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/linux/platform_data/tsl2563.h b/include/linux/platform_data/tsl2563.h
new file mode 100644
index 000000000..9cf9309c3
--- /dev/null
+++ b/include/linux/platform_data/tsl2563.h
@@ -0,0 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+#ifndef __LINUX_TSL2563_H
+#define __LINUX_TSL2563_H
+
+struct tsl2563_platform_data {
+ int cover_comp_gain;
+};
+
+#endif /* __LINUX_TSL2563_H */