projects
/
platform
/
kernel
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
imx: cm_fx6: Remove reference to gdata
[platform/kernel/u-boot.git]
/
include
/
imx_thermal.h
1
/*
2
*
3
* (C) Copyright 2014 Freescale Semiconductor, Inc
4
*
5
* SPDX-License-Identifier: GPL-2.0+
6
*/
7
8
#ifndef _IMX_THERMAL_H_
9
#define _IMX_THERMAL_H_
10
11
struct imx_thermal_plat {
12
void *regs;
13
int fuse_bank;
14
int fuse_word;
15
};
16
17
#endif /* _IMX_THERMAL_H_ */