/******************************************************************************

Copyright (c) 2005 Analog Devices.  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.

******************************************************************************/



/******************************************************************************

$File:		common.h $
$Revision: 1.1 $
$Date: 2007/05/22 18:24:44 $

Description:
	Common include for sensor capture application

References:

Note:

Modification History:
-------------------------------------------------------------------------------
Revision 1.0 - BJ 2006/07/11
	- Created file

******************************************************************************/

#ifndef __SENSOR_COMMON_H__
#define __SENSOR_COMMON_H__


/******************************************************************************

Include files

******************************************************************************/

#include <SensorCommon/device.h>




/******************************************************************************

Function definitions

******************************************************************************/

u32 ImageCopy(
	unsigned char, DEVICE_TYPE, GFX_MODE,
	ADI_DEV_BUFFER *, ADI_DEV_BUFFER *,
	GFX_CANVAS *, u32);




#endif

/*****************************************************************************/
