summaryrefslogtreecommitdiffstats
path: root/include/linux/platform_data/shtc1.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/platform_data/shtc1.h')
-rw-r--r--include/linux/platform_data/shtc1.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/include/linux/platform_data/shtc1.h b/include/linux/platform_data/shtc1.h
new file mode 100644
index 000000000..5ba6f8f9a
--- /dev/null
+++ b/include/linux/platform_data/shtc1.h
@@ -0,0 +1,14 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+/*
+ * Copyright (C) 2014 Sensirion AG, Switzerland
+ * Author: Johannes Winkelmann <johannes.winkelmann@sensirion.com>
+ */
+
+#ifndef __SHTC1_H_
+#define __SHTC1_H_
+
+struct shtc1_platform_data {
+ bool blocking_io;
+ bool high_precision;
+};
+#endif /* __SHTC1_H_ */