forked from rrcarlosr/Jetpack
14 lines
218 B
C
14 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
|