comparison src/cs/services/dar/dar_handle_message.h @ 0:4e78acac3d88

src/{condat,cs,gpf,nucleus}: import from Selenite
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 16 Oct 2020 06:23:26 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:4e78acac3d88
1 /****************************************************************************/
2 /* */
3 /* File Name: dar_handle_message.h */
4 /* */
5 /* Purpose: This function contains the functions prototypes of the DAR */
6 /* entity handle messages. */
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_HANDLE_MESSAGE_H_
23 #define __DAR_HANDLE_MESSAGE_H_
24
25 #include "rvm/rvm_gen.h"
26
27 /* Handle message prototype */
28 T_RV_RET dar_handle_msg(T_RV_HDR *msg_p);
29
30 #endif /* __DAR_HANDLE_MESSAGE_H_ */
31
32 #endif /* #ifdef RVM_DAR_SWE */