FreeCalypso > hg > tcs211-fcmodem
comparison chipsetsw/riviera/rvm/rvm_ext_use_id_list.h @ 0:509db1a7b7b8
initial import: leo2moko-r1
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Mon, 01 Jun 2015 03:24:05 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:509db1a7b7b8 |
---|---|
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/rvm_use_id_list.h" | |
30 | |
31 | |
32 | |
33 | |
34 | |
35 | |
36 | |
37 | |
38 | |
39 | |
40 | |
41 | |
42 | |
43 | |
44 | |
45 | |
46 | |
47 | |
48 | |
49 | |
50 | |
51 | |
52 | |
53 #endif /* __RVM_EXT_USE_ID_LIST_H_ */ | |
54 | |
55 |