summaryrefslogtreecommitdiff
path: root/board/gdsys/common/fanctrl.h
diff options
context:
space:
mode:
authorDirk Eibach <dirk.eibach@gdsys.cc>2015-10-28 10:46:36 (GMT)
committerTom Rini <trini@konsulko.com>2015-11-12 23:04:10 (GMT)
commit5c3b6dc1fb415d316744b284513c908e96426567 (patch)
treeb954fe621d3e369da7ee4428c0eb703e286a73b1 /board/gdsys/common/fanctrl.h
parent7ed45d3d0a1deec19dd44d3590b779fc128ced8c (diff)
downloadu-boot-5c3b6dc1fb415d316744b284513c908e96426567.tar.xz
hrcon: Add fan controllers
Signed-off-by: Dirk Eibach <dirk.eibach@gdsys.cc>
Diffstat (limited to 'board/gdsys/common/fanctrl.h')
-rw-r--r--board/gdsys/common/fanctrl.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/board/gdsys/common/fanctrl.h b/board/gdsys/common/fanctrl.h
new file mode 100644
index 0000000..12bc850
--- /dev/null
+++ b/board/gdsys/common/fanctrl.h
@@ -0,0 +1,13 @@
+/*
+ * (C) Copyright 2015
+ * Dirk Eibach, Guntermann & Drunck GmbH, dirk.eibach@gdsys.cc
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+#ifndef _FANCTRL_H_
+#define _FANCTRL_H_
+
+void init_fan_controller(u8 addr);
+
+#endif