mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
5c3b6dc1fb
Signed-off-by: Dirk Eibach <dirk.eibach@gdsys.cc>
13 lines
218 B
C
13 lines
218 B
C
/*
|
|
* (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
|