12 lines
218 B
C
12 lines
218 B
C
/* SPDX-License-Identifier: GPL-2.0+ */
|
|
/*
|
|
* (C) Copyright 2015
|
|
* Dirk Eibach, Guntermann & Drunck GmbH, dirk.eibach@gdsys.cc
|
|
*/
|
|
|
|
#ifndef _FANCTRL_H_
|
|
#define _FANCTRL_H_
|
|
|
|
void init_fan_controller(u8 addr);
|
|
|
|
#endif
|