xref: /netbsd-src/sys/external/gpl2/dts/dist/include/dt-bindings/thermal/lm90.h (revision 6cafeaff4f65ec1a16fd3dea38137ce64d39d334)
1 /*	$NetBSD: lm90.h,v 1.1.1.2 2017/11/30 19:40:51 jmcneill Exp $	*/
2 
3 /* SPDX-License-Identifier: GPL-2.0 */
4 /*
5  * This header provides constants for the LM90 thermal bindings.
6  */
7 
8 #ifndef _DT_BINDINGS_THERMAL_LM90_H_
9 #define _DT_BINDINGS_THERMAL_LM90_H_
10 
11 #define LM90_LOCAL_TEMPERATURE 0
12 #define LM90_REMOTE_TEMPERATURE 1
13 #define LM90_REMOTE2_TEMPERATURE 2
14 
15 #endif
16