Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  * This header provides constants for the LM90 thermal bindings.
0004  */
0005 
0006 #ifndef _DT_BINDINGS_THERMAL_LM90_H_
0007 #define _DT_BINDINGS_THERMAL_LM90_H_
0008 
0009 #define LM90_LOCAL_TEMPERATURE 0
0010 #define LM90_REMOTE_TEMPERATURE 1
0011 #define LM90_REMOTE2_TEMPERATURE 2
0012 
0013 #endif