1262569Simp/*
2262569Simp * This header provides constants for most thermal bindings.
3262569Simp *
4262569Simp * Copyright (C) 2013 Texas Instruments
5262569Simp *	Eduardo Valentin <eduardo.valentin@ti.com>
6262569Simp *
7262569Simp * GPLv2 only
8262569Simp */
9262569Simp
10262569Simp#ifndef _DT_BINDINGS_THERMAL_THERMAL_H
11262569Simp#define _DT_BINDINGS_THERMAL_THERMAL_H
12262569Simp
13262569Simp/* On cooling devices upper and lower limits */
14279385Simp#define THERMAL_NO_LIMIT		(~0)
15262569Simp
16262569Simp#endif
17262569Simp
18