14 lines
323 B
C
14 lines
323 B
C
/*
|
|
* Copyright (c) 2006-2022, RT-Thread Development Team
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#ifndef __DT_BINDINGS_THERMAL_THERMAL_H__
|
|
#define __DT_BINDINGS_THERMAL_THERMAL_H__
|
|
|
|
/* On cooling devices upper and lower limits */
|
|
#define THERMAL_NO_LIMIT (~0)
|
|
|
|
#endif /* __DT_BINDINGS_THERMAL_THERMAL_H__ */
|