/*****************************************************************************\

  File Name: devicecontrol.h
  
  Description: Main include file for the MediaPlayer application.
               
  Copyright(c) 2007 Analog Devices Incorporated. All Rights Reserved.
  

\*****************************************************************************/
#ifndef __DEVICECONTROL_H__
#define __DEVICECONTROL_H__



/*****************************************************************************\

  Defines:

\*****************************************************************************/

#if defined(__ADSP_MOAB__)
	#include <codec_1980.h>
	#include <lcd_nl6448.h>
#endif        

#if defined(__ADSP_KOOKABURRA__)
	#include <codec_52xc1.h>
	#include <lcd_t350mcqb01.h>
#endif

/*****************************************************************************

Globals

*****************************************************************************/



#endif  //__DEVICECONTROL_H__
