/*1* arch/arm/mach-netx/fb.h2*3* Copyright (c) 2005 Sascha Hauer <[email protected]>, Pengutronix4*5* This program is free software; you can redistribute it and/or modify6* it under the terms of the GNU General Public License version 27* as published by the Free Software Foundation.8*9* This program is distributed in the hope that it will be useful,10* but WITHOUT ANY WARRANTY; without even the implied warranty of11* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the12* GNU General Public License for more details.13*14* You should have received a copy of the GNU General Public License15* along with this program; if not, write to the Free Software16* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA17*/1819void netx_clcd_enable(struct clcd_fb *fb);20int netx_clcd_setup(struct clcd_fb *fb);21int netx_clcd_mmap(struct clcd_fb *fb, struct vm_area_struct *vma);22void netx_clcd_remove(struct clcd_fb *fb);23int netx_fb_init(struct clcd_board *board, struct clcd_panel *panel);242526