[T106][ZXW-22]7520V3SCV2.01.01.02P42U09_VEC_V0.8_AP_VEC origin source commit

Change-Id: Ic6e05d89ecd62fc34f82b23dcf306c93764aec4b
diff --git a/cp/ps/modem/tools/inc/amt/amt.h b/cp/ps/modem/tools/inc/amt/amt.h
new file mode 100644
index 0000000..7dab755
--- /dev/null
+++ b/cp/ps/modem/tools/inc/amt/amt.h
@@ -0,0 +1,43 @@
+/**

+ * 

+ * @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