Linux 3.15-rc1
[linux/fpc-iii.git] / include / dt-bindings / thermal / thermal.h
blob59822a9958581dc5a1871ec3bc02c756656a836e
1 /*
2 * This header provides constants for most thermal bindings.
4 * Copyright (C) 2013 Texas Instruments
5 * Eduardo Valentin <eduardo.valentin@ti.com>
7 * GPLv2 only
8 */
10 #ifndef _DT_BINDINGS_THERMAL_THERMAL_H
11 #define _DT_BINDINGS_THERMAL_THERMAL_H
13 /* On cooling devices upper and lower limits */
14 #define THERMAL_NO_LIMIT (-1UL)
16 #endif