FreeCalypso > hg > fc-magnetite
comparison src/g23m-gprs/grlc/grlc_em.h @ 183:219afcfc6250
src/g23m-gprs: initial import from TCS3.2/LoCosto
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 13 Oct 2016 04:24:13 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
182:f02d0a0e1849 | 183:219afcfc6250 |
---|---|
1 /* | |
2 +----------------------------------------------------------------------------- | |
3 | Project : | |
4 | Modul : | |
5 +----------------------------------------------------------------------------- | |
6 | Copyright 2002 Texas Instruments Berlin, AG | |
7 | All rights reserved. | |
8 | | |
9 | This file is confidential and a trade secret of Texas | |
10 | Instruments Berlin, AG | |
11 | The receipt of or possession of this file does not convey | |
12 | any rights to reproduce or disclose its contents or to | |
13 | manufacture, use, or sell anything it may describe, in | |
14 | whole, or in part, without the specific written consent of | |
15 | Texas Instruments Berlin, AG. | |
16 +----------------------------------------------------------------------------- | |
17 | Purpose : Engineering Mode (EM) Declarations + Macros | |
18 | | |
19 +----------------------------------------------------------------------------- | |
20 */ | |
21 #ifndef GRLC_EM_H | |
22 #define GRLC_EM_H | |
23 | |
24 #ifdef FF_EM_MODE | |
25 | |
26 /* ------------ data declarations for EM ---------------- */ | |
27 | |
28 /*same as in rr_em.h*/ | |
29 #define TRACE_EVENT_EM_P4(s,a1,a2,a3,a4) TRACE_USER_CLASS_P4(TC_USER8,s,a1,a2,a3,a4) | |
30 #define TRACE_EVENT_EM_P5(s,a1,a2,a3,a4,a5) TRACE_USER_CLASS_P5(TC_USER8,s,a1,a2,a3,a4,a5) | |
31 | |
32 /*---------Functions ---------*/ | |
33 EXTERN void grlc_em_pco_trace_req ( T_EM_PCO_TRACE_REQ * em_pco_trace_req); | |
34 EXTERN void grlc_em_grlc_info_req ( T_EM_GRLC_INFO_REQ * em_grlc_info_req); | |
35 | |
36 /*---------FMM----------------*/ | |
37 EXTERN void grlc_em_fmm_rlc_trans_info_req (T_EM_FMM_RLC_TRANS_INFO_REQ * em_fmm_rlc_trans_info_req);/*FMM*/ | |
38 | |
39 /* -------FMM Macros -----*/ | |
40 | |
41 | |
42 | |
43 #else /*FF_EM_MODE not defined*/ | |
44 | |
45 #endif /*FF_EM_MODE*/ | |
46 #endif /* GRLC_EM_H */ |