submodule of avionic design uboot bootloader and with included tools to get you started , read readme.md and readme-tk1-loader.md
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
|