#ifndef __FANHEAT__ #define __FANHEAT__ /******************************************************************************* * the includes ******************************************************************************/ /******************************************************************************* * the defines ******************************************************************************/ /******************************************************************************* * the typedefs ******************************************************************************/ /******************************************************************************* * the globals ******************************************************************************/ /******************************************************************************* * the functions ******************************************************************************/ void FanHeatMainTask(void); void FanHeatInit(void); #endif