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