/*********************************************************************************

Copyright(c) 2005 Analog Devices, Inc. All Rights Reserved.

This software is proprietary and confidential.  By using this software you agree
to the terms of the associated Analog Devices License Agreement.

*********************************************************************************/
#ifndef __BSP_TALKTHROUGH_H__
#define __BSP_TALKTHROUGH_H__

/*********************************************************************

Include files

*********************************************************************/

#include <services\services.h>
#include <drivers\adi_dev.h>

/*********************************************************************

Exported functions

*********************************************************************/

// user interrupt 0 ISR
extern ADI_INT_HANDLER(FWRender);

// callback function for handling audio data
extern void TalkthroughCallback(void* AppHandle, u32 Event, void* pArg);


#endif  // __BSP_TALKTHROUGH_H__




