1 /* SPDX-License-Identifier: GPL-2.0 */
5 #include <linux/types.h>
8 /* platform data for the DS620 temperature sensor and thermostat */
10 struct ds620_platform_data
{
12 * Thermostat output pin PO mode:
13 * 0 = always low (default)
17 * (see Documentation/hwmon/ds620)
22 #endif /* _LINUX_DS620_H */