FreeCalypso > hg > freecalypso-sw
comparison nuc-fw/riviera/rvm/rvm_group_swe.c @ 118:21de8d8e6ea7
checking in Riviera code from the Sotomodem version
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Tue, 29 Oct 2013 07:03:45 +0000 |
parents | |
children | 15e972110527 |
comparison
equal
deleted
inserted
replaced
117:e40d8661ecab | 118:21de8d8e6ea7 |
---|---|
1 /** | |
2 * | |
3 * @file rvm_group_swe.c | |
4 * | |
5 * Define how to gather GROUP_MEMBER SWEs (type2) by group . | |
6 * | |
7 * @author Vincent Oberle | |
8 * @version 0.1 | |
9 * | |
10 */ | |
11 | |
12 /* | |
13 * Revision History: | |
14 * | |
15 * 11/19/2002 Vincent Oberle Extracted from rvm_swe.c. | |
16 * | |
17 * (C) Copyright 2002 by Texas Instruments Incorporated, All Rights Reserved | |
18 */ | |
19 | |
20 | |
21 #include "rvm/rvm_gen.h" | |
22 #include "rv/rv_defined_swe.h" | |
23 #include "rvm/rvm_use_id_list.h" | |
24 | |
25 | |
26 const T_RVM_USE_ID group1[] = | |
27 { RVM_INVALID_USE_ID | |
28 }; | |
29 | |
30 const T_RVM_USE_ID * RVM_TYPE2_SWE_GROUPS[] = | |
31 { NULL | |
32 }; |