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