comparison riviera/rvm/rvm_group_swe.c @ 0:75a11d740a02

initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 09 Jun 2016 00:02:41 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:75a11d740a02
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_gen.h"
22 #include "../rv/rv_defined_swe.h"
23 #include "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 };