Home | History | Annotate | Line # | Download | only in thermal
thermal.h revision 1.1.1.1.6.2
      1 /*	$NetBSD: thermal.h,v 1.1.1.1.6.2 2017/08/28 17:53:05 skrll Exp $	*/
      2 
      3 /*
      4  * This header provides constants for most thermal bindings.
      5  *
      6  * Copyright (C) 2013 Texas Instruments
      7  *	Eduardo Valentin <eduardo.valentin (at) ti.com>
      8  *
      9  * GPLv2 only
     10  */
     11 
     12 #ifndef _DT_BINDINGS_THERMAL_THERMAL_H
     13 #define _DT_BINDINGS_THERMAL_THERMAL_H
     14 
     15 /* On cooling devices upper and lower limits */
     16 #define THERMAL_NO_LIMIT		(~0)
     17 
     18 #endif
     19 
     20