diff options
Diffstat (limited to 'include/dt-bindings/thermal/thermal.h')
-rw-r--r-- | include/dt-bindings/thermal/thermal.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/include/dt-bindings/thermal/thermal.h b/include/dt-bindings/thermal/thermal.h new file mode 100644 index 000000000000..59822a995858 --- /dev/null +++ b/include/dt-bindings/thermal/thermal.h | |||
@@ -0,0 +1,17 @@ | |||
1 | /* | ||
2 | * This header provides constants for most thermal bindings. | ||
3 | * | ||
4 | * Copyright (C) 2013 Texas Instruments | ||
5 | * Eduardo Valentin <eduardo.valentin@ti.com> | ||
6 | * | ||
7 | * GPLv2 only | ||
8 | */ | ||
9 | |||
10 | #ifndef _DT_BINDINGS_THERMAL_THERMAL_H | ||
11 | #define _DT_BINDINGS_THERMAL_THERMAL_H | ||
12 | |||
13 | /* On cooling devices upper and lower limits */ | ||
14 | #define THERMAL_NO_LIMIT (-1UL) | ||
15 | |||
16 | #endif | ||
17 | |||