1 1.1 jmcneill /* $NetBSD: lm90.h,v 1.1.1.2 2017/11/30 19:40:51 jmcneill Exp $ */ 2 1.1 jmcneill 3 1.1.1.2 jmcneill /* SPDX-License-Identifier: GPL-2.0 */ 4 1.1 jmcneill /* 5 1.1 jmcneill * This header provides constants for the LM90 thermal bindings. 6 1.1 jmcneill */ 7 1.1 jmcneill 8 1.1 jmcneill #ifndef _DT_BINDINGS_THERMAL_LM90_H_ 9 1.1 jmcneill #define _DT_BINDINGS_THERMAL_LM90_H_ 10 1.1 jmcneill 11 1.1 jmcneill #define LM90_LOCAL_TEMPERATURE 0 12 1.1 jmcneill #define LM90_REMOTE_TEMPERATURE 1 13 1.1 jmcneill #define LM90_REMOTE2_TEMPERATURE 2 14 1.1 jmcneill 15 1.1 jmcneill #endif 16