comparison chipsetsw/riviera/rvt/rvt_gen.h @ 9:7ee1a8f57933

RVT changes for AT channel support backported from FreeCalypso GSM fw
author Space Falcon <falcon@ivan.Harhan.ORG>
date Mon, 01 Jun 2015 19:02:17 +0000
parents 509db1a7b7b8
children
comparison
equal deleted inserted replaced
8:7df028236331 9:7ee1a8f57933
78 #define RVT_TM_HEADER 0x14 78 #define RVT_TM_HEADER 0x14
79 #define RVT_RNET_HEADER 0x15 79 #define RVT_RNET_HEADER 0x15
80 #define RVT_PROF_HEADER 0x16 80 #define RVT_PROF_HEADER 0x16
81 #define RVT_GTTBACK_HEADER 0x17 81 #define RVT_GTTBACK_HEADER 0x17
82 #define RVT_OTHER_HEADER 0x18 82 #define RVT_OTHER_HEADER 0x18
83 #define RVT_AT_HEADER 0x1A /* FreeCalypso addition */
84 #define RVT_EXTUI_HEADER 0x1B /* ditto */
83 #define RVT_INVALID_HEADER 0xFF 85 #define RVT_INVALID_HEADER 0xFF
84 86
85 typedef void (*RVT_CALLBACK_FUNC)(T_RVT_BUFFER, UINT16); 87 typedef void (*RVT_CALLBACK_FUNC)(T_RVT_BUFFER, UINT16);
86 88
87 /********* Fonction Prototypes ***********/ 89 /********* Fonction Prototypes ***********/