FreeCalypso > hg > fc-magnetite
diff src/cs/services/Audio/audio_var_i.h @ 0:945cf7f506b2
src/cs: chipsetsw import from tcs211-fcmodem
binary blobs and LCD demo files have been excluded,
all line endings are LF only
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 25 Sep 2016 22:50:11 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/cs/services/Audio/audio_var_i.h Sun Sep 25 22:50:11 2016 +0000 @@ -0,0 +1,31 @@ +/********************************************************************************/ +/* */ +/* File Name: audio_var_i.h */ +/* */ +/* Purpose: This header contains the global variables */ +/* that are used by the AUDIO layer. */ +/* */ +/* Note: */ +/* None. */ +/* */ +/* Revision History: */ +/* 11 May 01 Francois Mazard - Stephanie Gerthoux Create */ +/* */ +/* (C) Copyright 2001 by Texas Instruments Incorporated, All Rights Reserved. */ +/* */ +/********************************************************************************/ + #ifndef _AUDIO_VAR_I_H_ + #define _AUDIO_VAR_I_H_ + + #ifdef __cplusplus + extern "C" + { + #endif + + /* Define a pointer to the Global Environment Control block */ + extern T_AUDIO_ENV_CTRL_BLK *p_audio_gbl_var; + + #ifdef __cplusplus + } + #endif + #endif /* _AUDIO_VAR_I_ */