FreeCalypso > hg > fc-magnetite
comparison src/cs/services/dar/tests/dar_test.h @ 0:945cf7f506b2
src/cs: chipsetsw import from tcs211-fcmodem
binary blobs and LCD demo files have been excluded,
all line endings are LF only
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 25 Sep 2016 22:50:11 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:945cf7f506b2 |
---|---|
1 /********************************************************************************/ | |
2 /* */ | |
3 /* File Name: dar_test.h */ | |
4 /* */ | |
5 /* Purpose: This file contains the definition usefull for a generic dar */ | |
6 /* test. */ | |
7 /* */ | |
8 /* Note: None. */ | |
9 /* */ | |
10 /* Version 0.1 */ | |
11 /* */ | |
12 /* Date Modification */ | |
13 /* -------------------------------------------------------------------------- */ | |
14 /* 26 september 2001 Create */ | |
15 /* */ | |
16 /* Author Stephanie Gerthoux */ | |
17 /* */ | |
18 /* (C) Copyright 2001 by Texas Instruments Incorporated, All Rights Reserved */ | |
19 /********************************************************************************/ | |
20 | |
21 #ifndef _DAR_TEST_H_ | |
22 #define _DAR_TEST_H_ | |
23 | |
24 #include "rvf/rvf_api.h" | |
25 #include "tests/rv/rv_test_filter.h" | |
26 | |
27 #if ((DAR_REGR == SW_COMPILED) || (DAR_MISC == SW_COMPILED)) | |
28 | |
29 /* Define the global variables used with DAR test level */ | |
30 extern T_RVF_MB_ID mb_dar_test; | |
31 | |
32 /* Define the parameters used with DAR test level */ | |
33 | |
34 /* Define the macros used with DAR test level */ | |
35 | |
36 /* Define function prototypes used with DAR test level */ | |
37 | |
38 #endif /* #if (DAR_REGR == SW_COMPILED) || (DAR_MISC == SW_COMPILED)) */ | |
39 #endif |