ft_fnc_aux.h 1.32 KB
/*****************************************************************************
 *
 * Filename:
 * ---------
 *   ft_fnc_aux.h
 *
 * Project:
 * --------
 *   MAUI
 *
 * Description:
 * ------------
 *  Auxiliary Function
 *
 * Author:
 * -------
 * -------
 *
 *============================================================================
 *             HISTORY
 * Below this line, this part is controlled by PVCS VM. DO NOT MODIFY!!
 *------------------------------------------------------------------------------
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 *------------------------------------------------------------------------------
 * Upper this line, this part is controlled by PVCS VM. DO NOT MODIFY!!
 *============================================================================
 ****************************************************************************/
 
#if defined(__UMTS_TDD128_MODE__) && defined(__AST_TL1_TDD__)
#ifndef _FT_FNC_AUX_H_
#define _FT_FNC_AUX_H_
// added in RHR first round
#include "app_ltlcom.h"

void FT_Aux_Operation(ilm_struct *ptrMsg);
void FT_Handle_FTA_CNF(ilm_struct *ptrMsg);


#endif //#ifndef _FT_FNC_MISC_H_

#endif // end of #if defined(__UMTS_TDD128_MODE__) && defined(__AST_TL1_TDD__)