| /**
 | 
 |  * 
 | 
 |  * @file      amt.h
 | 
 |  * @brief     
 | 
 |  *            This file is part of FTM.
 | 
 |  *            AMT¹¤¾ßUE²à´úÀíÄ£¿é
 | 
 |  *            Êý¾ÝÀàÐͶ¨Òå¼°¶ÔÍâ½Ó¿Ú˵Ã÷
 | 
 |  *            
 | 
 |  * @details   
 | 
 |  * @author    Tools Team.
 | 
 |  * @email     
 | 
 |  * @copyright Copyright (C) 2013 Sanechips Technology Co., Ltd.
 | 
 |  * @warning   
 | 
 |  * @date      2019/02/02
 | 
 |  * @version   1.1
 | 
 |  * @pre       
 | 
 |  * @post      
 | 
 |  *            
 | 
 |  * @par       
 | 
 |  * Change History :
 | 
 |  * ---------------------------------------------------------------------------
 | 
 |  * date        version  author         description
 | 
 |  * ---------------------------------------------------------------------------
 | 
 |  * 2015/01/19  1.0      lan.kai        Create file
 | 
 |  * 2019/02/02  1.1      jiang.fenglin  ÐÞ¸Ä×¢ÊÍ·½Ê½Îªdoxygen
 | 
 |  * ---------------------------------------------------------------------------
 | 
 |  * 
 | 
 |  * 
 | 
 |  */
 | 
 | 
 | 
 | #ifndef _AMT_H_
 | 
 | #define _AMT_H_
 | 
 | 
 | 
 | typedef UINT32 (*pfBaseBand)(UINT16 msg_id, UINT8* buf, UINT32 buf_len);
 | 
 | VOID AmtAgent_ComposeAndProcess(UINT8 *buf, UINT32 buf_len);
 | 
 | typedef UINT32 (*pfSendDataToAmtApp)( UINT8* buf, UINT32 buf_len);
 | 
 | void RegSendDataToAmtAppFunction(pfSendDataToAmtApp pf);
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | #endif
 |