blob: b5e6b0069ac7703b927a0c040ffcbd764c1afd89 [file] [log] [blame]
Eduardo Valentin4e5e4702013-07-03 15:35:39 -04001/*
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 */
Punit Agrawala940cb32014-12-09 12:22:01 +000014#define THERMAL_NO_LIMIT (~0)
Eduardo Valentin4e5e4702013-07-03 15:35:39 -040015
16#endif
17