1 /* $NetBSD: lm90.h,v 1.1.1.1 2017/06/15 20:14:23 jmcneill Exp $ */ 2 3 /* 4 * This header provides constants for the LM90 thermal bindings. 5 */ 6 7 #ifndef _DT_BINDINGS_THERMAL_LM90_H_ 8 #define _DT_BINDINGS_THERMAL_LM90_H_ 9 10 #define LM90_LOCAL_TEMPERATURE 0 11 #define LM90_REMOTE_TEMPERATURE 1 12 #define LM90_REMOTE2_TEMPERATURE 2 13 14 #endif 15