FreeCalypso > hg > fc-selenite
comparison src/cs/services/Audio/Audio_bgd/audio_bgd_env_i.h @ 0:b6a5e36de839
src/cs: initial import from Magnetite
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Sun, 15 Jul 2018 04:39:26 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:b6a5e36de839 |
|---|---|
| 1 /****************************************************************************/ | |
| 2 /* */ | |
| 3 /* File Name: audio_bgd_env_i.h */ | |
| 4 /* */ | |
| 5 /* Purpose: This file contains prototypes for BT Environment related */ | |
| 6 /* functions used to get info, start and stop the audio block. */ | |
| 7 /* */ | |
| 8 /* Version 1 */ | |
| 9 /* */ | |
| 10 /* Date Modification */ | |
| 11 /* ------------------------------------ */ | |
| 12 /* 19 June 2003 Creation */ | |
| 13 /* */ | |
| 14 /* Author Frederic Turgis */ | |
| 15 /* */ | |
| 16 /* (C) Copyright 2001 by Texas Instruments Incorporated, All Rights Reserved*/ | |
| 17 /****************************************************************************/ | |
| 18 | |
| 19 #include "rv/rv_defined_swe.h" | |
| 20 | |
| 21 #ifdef RVM_AUDIO_BGD_SWE | |
| 22 | |
| 23 #ifndef __AUDIO_BGD_ENV_H_ | |
| 24 #define __AUDIO_BGD_ENV_H_ | |
| 25 | |
| 26 extern T_AUDIO_BGD_ENV_CTRL_BLK *p_audio_bgd_gbl_var; | |
| 27 | |
| 28 #endif // #ifndef __AUDIO_BGD_ENV_H_ | |
| 29 | |
| 30 #endif // #ifdef RVM_AUDIO_BGD_SWE |
