summaryrefslogtreecommitdiffstats
path: root/include/dtt.h
diff options
context:
space:
mode:
authorDirk Eibach <eibach@gdsys.de>2011-10-13 23:23:12 +0000
committerWolfgang Denk <wd@denx.de>2011-10-22 01:22:21 +0200
commitb88e7b3cc022241d6582733b0c389d3d1887335f (patch)
tree26161e98fbdc88418f4ba092a2bb2ce11d86a64d /include/dtt.h
parentb3f44c21ea1a842eda757282d79e7c27efbf1f62 (diff)
downloadblackbird-obmc-uboot-b88e7b3cc022241d6582733b0c389d3d1887335f.tar.gz
blackbird-obmc-uboot-b88e7b3cc022241d6582733b0c389d3d1887335f.zip
hwmon: Provide dtt_init()
Our boards rely on dtt for initialization of fan hardware. dtt_init() was implemented to be called form board specific code. Signed-off-by: Dirk Eibach <eibach@gdsys.de> Acked-by: Heiko Schocher <hs@denx.de> Tested-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'include/dtt.h')
-rw-r--r--include/dtt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dtt.h b/include/dtt.h
index 9e6c08c5c8..6d5534de41 100644
--- a/include/dtt.h
+++ b/include/dtt.h
@@ -52,6 +52,7 @@
#endif
#endif /* CONFIG_DTT_ADM1021 */
+extern void dtt_init(void);
extern int dtt_init_one(int);
extern int dtt_read(int sensor, int reg);
extern int dtt_write(int sensor, int reg, int val);
OpenPOWER on IntegriCloud