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