comparison src/cs/services/dar/dar_msg_ft.h @ 0:945cf7f506b2

src/cs: chipsetsw import from tcs211-fcmodem binary blobs and LCD demo files have been excluded, all line endings are LF only
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 25 Sep 2016 22:50:11 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:945cf7f506b2
1 /****************************************************************************/
2 /* */
3 /* File Name: dar_msg_ft.h */
4 /* */
5 /* Purpose: This function contains the functions prototypes of the DAR */
6 /* entity messages functions. */
7 /* */
8 /* Version 0.1 */
9 /* */
10 /* Date Modification */
11 /* ------------------------------------ */
12 /* 17 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_MSG_FT_H_
23 #define __DAR_MSG_FT_H_
24
25 #include "rvm/rvm_gen.h"
26
27 /* Functions prototypes */
28 T_RV_RET dar_filter_request (T_DAR_FILTER_START *msg_p);
29 T_RV_RET dar_empty_mb_and_save_data( T_DAR_INFO *buffer_p);
30 T_RV_RET dar_write_data_in_buffer( T_DAR_WRITE_START *msg_p);
31
32
33 #endif /* __DAR_MSG_FT_H_ */
34
35 #endif /* #ifdef RVM_DAR_SWE */