Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * This header provides constants for most thermal bindings.
0004  *
0005  * Copyright (C) 2013 Texas Instruments
0006  *  Eduardo Valentin <eduardo.valentin@ti.com>
0007  */
0008 
0009 #ifndef _DT_BINDINGS_THERMAL_THERMAL_H
0010 #define _DT_BINDINGS_THERMAL_THERMAL_H
0011 
0012 /* On cooling devices upper and lower limits */
0013 #define THERMAL_NO_LIMIT        (~0)
0014 
0015 #endif
0016