Merge tag 'ceph-for-5.13-rc1' of git://github.com/ceph/ceph-client
[linux-block.git] / include / linux / platform_data / sht3x.h
CommitLineData
c942fddf 1/* SPDX-License-Identifier: GPL-2.0-or-later */
7c84f7f8
DF
2/*
3 * Copyright (C) 2016 Sensirion AG, Switzerland
4 * Author: David Frey <david.frey@sensirion.com>
5 * Author: Pascal Sachs <pascal.sachs@sensirion.com>
7c84f7f8
DF
6 */
7
8#ifndef __SHT3X_H_
9#define __SHT3X_H_
10
11struct sht3x_platform_data {
12 bool blocking_io;
13 bool high_precision;
14};
15#endif /* __SHT3X_H_ */