comparison gsm-fw/services/dar/dar_emergency.h @ 306:81bee6125882

DAR integration: header cleanup
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 16 Mar 2014 06:50:26 +0000
parents 4dccc9d3305f
children
comparison
equal deleted inserted replaced
305:4dccc9d3305f 306:81bee6125882
5 /* Purpose: This function contains the functions prototypes of the DAR */ 5 /* Purpose: This function contains the functions prototypes of the DAR */
6 /* entity when emergencies occured. */ 6 /* entity when emergencies occured. */
7 /* */ 7 /* */
8 /* Version 0.1 */ 8 /* Version 0.1 */
9 /* */ 9 /* */
10 /* Date Modification */ 10 /* Date Modification */
11 /* ------------------------------------ */ 11 /* ------------------------------------ */
12 /* 17 October 2001 Create */ 12 /* 17 October 2001 Create */
13 /* */ 13 /* */
14 /* Author Stephanie Gerthoux */ 14 /* Author Stephanie Gerthoux */
15 /* */ 15 /* */
17 /****************************************************************************/ 17 /****************************************************************************/
18 18
19 #ifndef __DAR_EMERGENCY_H_ 19 #ifndef __DAR_EMERGENCY_H_
20 #define __DAR_EMERGENCY_H_ 20 #define __DAR_EMERGENCY_H_
21 21
22 #include "rv/rv_defined_swe.h" 22 #include "../../riviera/rv/rv_defined_swe.h"
23 23
24 #ifdef RVM_DAR_SWE 24 #ifdef RVM_DAR_SWE
25 25
26 #include "rvm/rvm_gen.h" 26 #include "../../riviera/rvm/rvm_gen.h"
27 27
28 /* Functions prototypes */ 28 /* Functions prototypes */
29 T_RV_RET dar_process_emergency( T_DAR_INFO *buffer_p, 29 T_RV_RET dar_process_emergency( T_DAR_INFO *buffer_p,
30 T_DAR_FORMAT format, 30 T_DAR_FORMAT format,
31 T_RVM_USE_ID dar_use_id, 31 T_RVM_USE_ID dar_use_id,