comparison src/cs/services/audio/audio_bgd/audio_bgd_env_i.h @ 52:1eb391057168

Main and Audio source directories lowercased
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 19 Jul 2018 22:49:10 +0000
parents src/cs/services/Audio/Audio_bgd/audio_bgd_env_i.h@b6a5e36de839
children
comparison
equal deleted inserted replaced
51:daf96987cb39 52:1eb391057168
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