comparison src/cs/services/audio/audio_var_i.h @ 0:4e78acac3d88

src/{condat,cs,gpf,nucleus}: import from Selenite
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 16 Oct 2020 06:23:26 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:4e78acac3d88
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_ */