//***************************************************************************** // (C) Automotive Lighting Reutlingen GmbH // Tuebinger Strasse 123, 72762 Reutlingen, Germany // // Automotive Lighting Reutlingen GmbH owns all the rights to this work. // This work shall not be copied, reproduced, used, modified, transferred // or its information shall not be disclosed without the prior written // authorization of Automotive Lighting Reutlingen GmbH. //***************************************************************************** //----------------------------------------------------------------------------- /// \file CtrlLed.h /// /// \brief /// //----------------------------------------------------------------------------- #ifndef CTRLLED_H_ #define CTRLLED_H_ #include //----------------------------------------------------------------------------- // Start declaration or definitions of functions //----------------------------------------------------------------------------- #define ctasLedR_START_SEC_CODE #include "LedR_MemMap.h" void ctasCtrlLed_riLedRInit(void); void ctasCtrlLed_rpLedR10ms(void); void ctasCtrlLed_rdLedRDeInit(void); extern uint8 AnimCompleteSts; //----------------------------------------------------------------------------- // Stop declaration or definitions of functions //----------------------------------------------------------------------------- #define ctasLedR_STOP_SEC_CODE #include "LedR_MemMap.h" #endif // CTRLLED_H_