Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * Copyright (C) 2014 Sensirion AG, Switzerland
0004  * Author: Johannes Winkelmann <johannes.winkelmann@sensirion.com>
0005  */
0006 
0007 #ifndef __SHTC1_H_
0008 #define __SHTC1_H_
0009 
0010 struct shtc1_platform_data {
0011     bool blocking_io;
0012     bool high_precision;
0013 };
0014 #endif /* __SHTC1_H_ */