ft_fnc_matv.h 1.2 KB
/*****************************************************************************
 *
 * Filename:
 * ---------
 *   ft_fnc_matv.h
 *
 * Project:
 * --------
 *   MAUI
 *
 * Description:
 * ------------
 *  mATV Function header
 *
 * 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!
 *------------------------------------------------------------------------------
 * Upper this line, this part is controlled by PVCS VM. DO NOT MODIFY!!
 *============================================================================
 ****************************************************************************/
 
#if defined(__ATV_SUPPORT__)

#ifndef _FT_FNC_MATV_H_
#define _FT_FNC_MATV_H_
// added in RHR first round
#include "app_ltlcom.h"

void FT_MATV_Operation(ilm_struct *ptrMsg);
void FT_MATV_SEND_CNF(ilm_struct *ptrMsg);


#endif 
 
#endif //#if defined(__ATV_SUPPORT__)