1 /* $NetBSD: thermal.h,v 1.1.1.2 2020/01/03 14:33:03 skrll Exp $ */ 2 3 /* SPDX-License-Identifier: GPL-2.0-only */ 4 /* 5 * This header provides constants for most thermal bindings. 6 * 7 * Copyright (C) 2013 Texas Instruments 8 * Eduardo Valentin <eduardo.valentin@ti.com> 9 */ 10 11 #ifndef _DT_BINDINGS_THERMAL_THERMAL_H 12 #define _DT_BINDINGS_THERMAL_THERMAL_H 13 14 /* On cooling devices upper and lower limits */ 15 #define THERMAL_NO_LIMIT (~0) 16 17 #endif 18 19