comparison gsm-fw/riviera/rvm/rvm_group_swe.c @ 143:afceeeb2cba1

Our nuc-fw is destined to become gsm-fw, so I went ahead and did the big hg mv
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Tue, 12 Nov 2013 05:35:48 +0000
parents nuc-fw/riviera/rvm/rvm_group_swe.c@15e972110527
children
comparison
equal deleted inserted replaced
142:15d5977390c2 143:afceeeb2cba1
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 };