Home | History | Annotate | Line # | Download | only in thermal
lm90.h revision 1.1.1.1.4.2
      1 /*	$NetBSD: lm90.h,v 1.1.1.1.4.2 2017/07/18 16:09:00 snj 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