shtc1.h 303 B

1234567891011121314
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * Copyright (C) 2014 Sensirion AG, Switzerland
  4. * Author: Johannes Winkelmann <[email protected]>
  5. */
  6. #ifndef __SHTC1_H_
  7. #define __SHTC1_H_
  8. struct shtc1_platform_data {
  9. bool blocking_io;
  10. bool high_precision;
  11. };
  12. #endif /* __SHTC1_H_ */