FreeCalypso > hg > tcs211-l1-reconst
view chipsetsw/services/Audio/audio_var_i.h @ 147:80a10cce16e0
l1_sync.c: no longer need to include hacked-up l1_pwmgr.h
author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
---|---|
date | Sun, 15 May 2016 19:29:11 +0000 |
parents | 509db1a7b7b8 |
children |
line wrap: on
line source
/********************************************************************************/ /* */ /* 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_ */