#ifndef __PRE_CHARGE__H #define __PRE_CHARGE__H #ifdef __cplusplus extern "C" { #endif void SetReturnFunction(void (*WhereToReturnControl)(void)); #ifdef USE_RAM_FUNC __RAM_FUNC void PreChargeStage(void); #else void PreChargeStage(void); #endif #ifdef __cplusplus } #endif #endif