FreeCalypso > hg > fc-magnetite
comparison src/cs/services/audio/audio_var_i.h @ 519:838eeafb0051
Main and Audio source directories lowercased
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 22 Jul 2018 07:41:05 +0000 |
parents | src/cs/services/Audio/audio_var_i.h@945cf7f506b2 |
children |
comparison
equal
deleted
inserted
replaced
518:4b7e0dba42f6 | 519:838eeafb0051 |
---|---|
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_ */ |