FreeCalypso > hg > tcs211-l1-reconst
comparison chipsetsw/services/Audio/Audio_bgd/audio_bgd_env_i.h @ 0:509db1a7b7b8
initial import: leo2moko-r1
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Mon, 01 Jun 2015 03:24:05 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:509db1a7b7b8 |
---|---|
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 |