comparison gsm-fw/riviera/rvm/rvm_ext_use_id_list.h @ 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_ext_use_id_list.h@dd56546ad9e0
children
comparison
equal deleted inserted replaced
142:15d5977390c2 143:afceeeb2cba1
1 /**
2 * @file rvm_ext_use_id_list.h
3 *
4 * List of external SWE USE IDs.
5 *
6 * Note on USE ID management:
7 * This file is for development SWE as well as customer SWE only.
8 * USE ID of SWE part of the standard TI releases should be in rvm_use_id_list.h
9 *
10 * @author David Lamy-Charrier (d-lamy@ti.com)
11 * @version 0.1
12 */
13
14 /*
15 * Revision History:
16 *
17 * Date Author Modification
18 * -------------------------------------------------------------------
19 * 10/25/2001 David Lamy-Charrier Create.
20 *
21 * (C) Copyright 2001 by Texas Instruments Incorporated, All Rights Reserved
22 */
23
24
25 #ifndef __RVM_EXT_USE_ID_LIST_H_
26 #define __RVM_EXT_USE_ID_LIST_H_
27
28
29 #include "rvm_use_id_list.h"
30
31 #endif /* __RVM_EXT_USE_ID_LIST_H_ */