//***************************************************************************** // (C) Automotive Lighting China // // 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 China. //***************************************************************************** // ---------------------------------------------------------------------------- /// \file CddTps929240.h /// /// \author f24301c [mailto:walker.lv@marelli.com] /// /// \date 05.27.2024 /// /// \brief export function of CddTps929240.c /// // ---------------------------------------------------------------------------- #ifndef _CDD_TPS929240_H_ #define _CDD_TPS929240_H_ //============================================================================= // Includes //============================================================================= //============================================================================= // Defines and Typedef //============================================================================= //----------------------------------------------------------------------------- // Start declaration or definitions of functions //----------------------------------------------------------------------------- extern void CddTps929240_DrvInit(void*); extern void CddTps929240_ProcessResponse(void*); //----------------------------------------------------------------------------- // End declaration or definitions of functions //----------------------------------------------------------------------------- #endif // _CDD_TPS929240_H_