comparison src/cs/services/audio/audio_var_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_var_i.h@b6a5e36de839
children
comparison
equal deleted inserted replaced
51:daf96987cb39 52:1eb391057168
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_ */