]> git.sur5r.net Git - u-boot/blob - board/gdsys/common/fanctrl.h
Merge branch 'master' of git://git.denx.de/u-boot-uniphier
[u-boot] / board / gdsys / common / fanctrl.h
1 /*
2  * (C) Copyright 2015
3  * Dirk Eibach,  Guntermann & Drunck GmbH, dirk.eibach@gdsys.cc
4  *
5  * SPDX-License-Identifier:     GPL-2.0+
6  */
7
8 #ifndef _FANCTRL_H_
9 #define _FANCTRL_H_
10
11 void init_fan_controller(u8 addr);
12
13 #endif