Linux 6.12-rc1
[linux-block.git] / include / dt-bindings / thermal / thermal.h
CommitLineData
0c94efab 1/* SPDX-License-Identifier: GPL-2.0-only */
4e5e4705
EV
2/*
3 * This header provides constants for most thermal bindings.
4 *
5 * Copyright (C) 2013 Texas Instruments
6 * Eduardo Valentin <eduardo.valentin@ti.com>
4e5e4705
EV
7 */
8
9#ifndef _DT_BINDINGS_THERMAL_THERMAL_H
10#define _DT_BINDINGS_THERMAL_THERMAL_H
11
12/* On cooling devices upper and lower limits */
a940cb34 13#define THERMAL_NO_LIMIT (~0)
4e5e4705
EV
14
15#endif
16