]> Git Repo - linux.git/blob - include/linux/platform_data/sht3x.h
memcg, kmem: deprecate kmem.limit_in_bytes
[linux.git] / include / linux / platform_data / sht3x.h
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3  * Copyright (C) 2016 Sensirion AG, Switzerland
4  * Author: David Frey <[email protected]>
5  * Author: Pascal Sachs <[email protected]>
6  */
7
8 #ifndef __SHT3X_H_
9 #define __SHT3X_H_
10
11 struct sht3x_platform_data {
12         bool blocking_io;
13         bool high_precision;
14 };
15 #endif /* __SHT3X_H_ */
This page took 0.033048 seconds and 4 git commands to generate.