FreeCalypso > hg > tcs211-fcmodem
comparison chipsetsw/services/Audio/audio_var_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_var_i.h */ | |
4 /* */ | |
5 /* Purpose: This header contains the global variables */ | |
6 /* that are used by the AUDIO layer. */ | |
7 /* */ | |
8 /* Note: */ | |
9 /* None. */ | |
10 /* */ | |
11 /* Revision History: */ | |
12 /* 11 May 01 Francois Mazard - Stephanie Gerthoux Create */ | |
13 /* */ | |
14 /* (C) Copyright 2001 by Texas Instruments Incorporated, All Rights Reserved. */ | |
15 /* */ | |
16 /********************************************************************************/ | |
17 #ifndef _AUDIO_VAR_I_H_ | |
18 #define _AUDIO_VAR_I_H_ | |
19 | |
20 #ifdef __cplusplus | |
21 extern "C" | |
22 { | |
23 #endif | |
24 | |
25 /* Define a pointer to the Global Environment Control block */ | |
26 extern T_AUDIO_ENV_CTRL_BLK *p_audio_gbl_var; | |
27 | |
28 #ifdef __cplusplus | |
29 } | |
30 #endif | |
31 #endif /* _AUDIO_VAR_I_ */ |