/******************************************************************************

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:		encoder.h $
$Revision: 1.1 $
$Date: 2007/05/22 18:24:44 $

Description:
	Header file for encoder.c

References:

Note:

******************************************************************************/

#ifndef __ENCODER_H__
#define __ENCODER_H__


#include <drivers/adi_dev.h>


ADI_DEV_DEVICE_HANDLE encoder_open_adv7179(
	ADI_DEV_MANAGER_HANDLE,
	ADI_DMA_MANAGER_HANDLE,
	ADI_DCB_HANDLE,	
	u32,
	u16 *, u8,
	ADI_DCB_CALLBACK_FN,
	ADI_DEV_CMD_VALUE_PAIR *);


#endif

/*****************************************************************************/
