1 /* SPDX-License-Identifier: GPL-2.0+ */
4 * (C) Copyright 2014 Freescale Semiconductor, Inc
7 #ifndef _IMX_THERMAL_H_
8 #define _IMX_THERMAL_H_
10 /* CPU Temperature Grades */
11 #define TEMP_COMMERCIAL 0
12 #define TEMP_EXTCOMMERCIAL 1
13 #define TEMP_INDUSTRIAL 2
14 #define TEMP_AUTOMOTIVE 3
16 struct imx_thermal_plat {
22 #endif /* _IMX_THERMAL_H_ */