FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/riviera/tests/rv/rv_test_misc.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/tests/rv/rv_test_misc.h@21de8d8e6ea7 |
children |
comparison
equal
deleted
inserted
replaced
142:15d5977390c2 | 143:afceeeb2cba1 |
---|---|
1 /** | |
2 * @file rv_test_misc.h | |
3 * | |
4 * Definitions used for miscellaneous tests. | |
5 * | |
6 * @author Cedric Baudelet | |
7 * @author Vincent Oberle | |
8 */ | |
9 | |
10 /* | |
11 * History: | |
12 * | |
13 * Date Author Modification | |
14 * ------------------------------------------------------------------- | |
15 * 09/29/00 Cedric Baudelet Create. | |
16 * 03/15/02 Vincent Oberle Passed all remaining macros into function. | |
17 * Comment and formating cleaning. | |
18 * | |
19 * (C) Copyright 2002 by Texas Instruments Incorporated, All Rights Reserved | |
20 */ | |
21 | |
22 #ifndef _RV_TEST_MISC_H_ | |
23 #define _RV_TEST_MISC_H_ | |
24 | |
25 #include "tests/rv/rv_test.h" | |
26 | |
27 #ifdef __cplusplus | |
28 extern "C" | |
29 { | |
30 #endif | |
31 | |
32 | |
33 /* | |
34 * DO NOT MODIFY THIS FILE! | |
35 * Add your test in the corresponding .c file only. | |
36 */ | |
37 | |
38 | |
39 /** Misc test number type */ | |
40 typedef T_RV_TEST_NBR T_RV_MISC_TEST_NBR; | |
41 | |
42 /** Misc test return value type */ | |
43 typedef T_RV_TEST_RET T_RV_MISC_RET; | |
44 | |
45 /** Misc test error type */ | |
46 typedef T_RV_TEST_ERR_TYPE T_RV_MISC_ERR_TYPE; | |
47 | |
48 | |
49 #ifdef __cplusplus | |
50 } | |
51 #endif | |
52 | |
53 #endif /* _RV_TEST_MISC_H_ */ |