Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[deliverable/linux.git] / include / dt-bindings / thermal / thermal.h
CommitLineData
4e5e4705
EV
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 */
a940cb34 14#define THERMAL_NO_LIMIT (~0)
4e5e4705
EV
15
16#endif
17
This page took 0.142974 seconds and 5 git commands to generate.