]> Git Repo - J-u-boot.git/blame - include/imx_thermal.h
disk: part: Add API to get partitions with specific driver
[J-u-boot.git] / include / imx_thermal.h
CommitLineData
83d290c5 1/* SPDX-License-Identifier: GPL-2.0+ */
e3568d2e
YL
2/*
3 *
4 * (C) Copyright 2014 Freescale Semiconductor, Inc
e3568d2e
YL
5 */
6
7#ifndef _IMX_THERMAL_H_
8#define _IMX_THERMAL_H_
9
f0e8e894
TH
10/* CPU Temperature Grades */
11#define TEMP_COMMERCIAL 0
12#define TEMP_EXTCOMMERCIAL 1
13#define TEMP_INDUSTRIAL 2
14#define TEMP_AUTOMOTIVE 3
15
e3568d2e
YL
16struct imx_thermal_plat {
17 void *regs;
18 int fuse_bank;
19 int fuse_word;
20};
21
22#endif /* _IMX_THERMAL_H_ */
This page took 0.479577 seconds and 4 git commands to generate.