FreeCalypso > hg > ffs-editor
comparison src/cs/services/audio/tests/audio_test_misc.h @ 0:92470e5d0b9e
src: partial import from FC Selenite
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Fri, 15 May 2020 01:28:16 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:92470e5d0b9e |
|---|---|
| 1 /********************************************************************************/ | |
| 2 /* */ | |
| 3 /* File Name: audio_test_misc.h */ | |
| 4 /* */ | |
| 5 /* Purpose: This file contains the definition usefull for an audio */ | |
| 6 /* misc test. */ | |
| 7 /* */ | |
| 8 /* Note: None. */ | |
| 9 /* */ | |
| 10 /* Version 0.1 */ | |
| 11 /* */ | |
| 12 /* Date Modification */ | |
| 13 /* ----------------------------------------------------------------------------*/ | |
| 14 /* 11 July 2001 Create */ | |
| 15 /* */ | |
| 16 /* Author Francois Mazard - Stephanie Gerthoux */ | |
| 17 /* */ | |
| 18 /* (C) Copyright 2001 by Texas Instruments Incorporated, All Rights Reserved */ | |
| 19 /********************************************************************************/ | |
| 20 | |
| 21 #ifndef _AUDIO_TEST_MISC_H_ | |
| 22 #define _AUDIO_TEST_MISC_H_ | |
| 23 | |
| 24 #include "tests/rv/rv_test_misc.h" | |
| 25 | |
| 26 #if (AUDIO_MISC == SW_COMPILED) | |
| 27 | |
| 28 /* Define paramters, functions and macros used to miscellaneous AUDIO tests */ | |
| 29 | |
| 30 #endif /* #if (AUDIO_MISC == SW_COMPILED) */ | |
| 31 #endif |
