FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/services/dar/dar_diagnose_i.h @ 305:4dccc9d3305f
gsm-fw: checking in DAR from Leonardo source
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sun, 16 Mar 2014 05:48:58 +0000 |
parents | |
children | 81bee6125882 |
comparison
equal
deleted
inserted
replaced
304:e0ca3ca46a06 | 305:4dccc9d3305f |
---|---|
1 /****************************************************************************/ | |
2 /* */ | |
3 /* File Name: dar_diagnose_i.h */ | |
4 /* */ | |
5 /* Purpose: This function contains the functions prototypes of the DAR */ | |
6 /* entity diagnose functions. */ | |
7 /* */ | |
8 /* Version 0.1 */ | |
9 /* */ | |
10 /* Date Modification */ | |
11 /* ------------------------------------ */ | |
12 /* 18 October 2001 Create */ | |
13 /* */ | |
14 /* Author Stephanie Gerthoux */ | |
15 /* */ | |
16 /* (C) Copyright 2001 by Texas Instruments Incorporated, All Rights Reserved*/ | |
17 /****************************************************************************/ | |
18 | |
19 #include "rv/rv_defined_swe.h" | |
20 #ifdef RVM_DAR_SWE | |
21 | |
22 #ifndef __DAR_DIAGNOSE_I_H_ | |
23 #define __DAR_DIAGNOSE_I_H_ | |
24 | |
25 #include "rvm/rvm_gen.h" | |
26 | |
27 /* Search a group in the dar array*/ | |
28 T_RV_RET dar_search_group(UINT16 group, UINT8 *index_p); | |
29 | |
30 /* Add a group in the dar array*/ | |
31 T_RV_RET dar_add_group(UINT8 *index_p); | |
32 | |
33 /* Send write data prototype */ | |
34 T_RV_RET dar_send_write_data ( T_DAR_INFO *buffer_p, | |
35 T_DAR_FORMAT format, | |
36 T_DAR_LEVEL diagnose_info_level, | |
37 T_RVM_USE_ID dar_use_id); | |
38 | |
39 /* Reset the system */ | |
40 T_RV_RET dar_reset(void); | |
41 | |
42 | |
43 #endif /* _DAR_DIAGNOSE_I_H_ */ | |
44 | |
45 #endif /* #ifdef RVM_DAR_SWE */ |