summaryrefslogtreecommitdiff
path: root/board/gdsys/common/fanctrl.h
blob: ab7e58def5a0374ba1560b42795c952cd2f33d52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* 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