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