Xilinx: ARM: I2C: SI570: Driver updated for more error checking
[linux-2.6-xlnx.git] / drivers / video / xylon / xylonfb / xylonfb-pixclk.h
blob107393fc98e6413c6f6e2fc20e16db3998f4c7d0
1 /*
2 * Xylon logiCVC frame buffer driver pixel clock generation declarations
4 * Author: Xylon d.o.o.
5 * e-mail: davor.joja@logicbricks.com
7 * 2012 (c) Xylon d.o.o.
9 * This file is licensed under the terms of the GNU General Public License
10 * version 2. This program is licensed "as is" without any warranty of any
11 * kind, whether express or implied.
14 #ifndef __XYLON_FB_PIXCLK_H__
15 #define __XYLON_FB_PIXCLK_H__
18 int pixclk_set(struct fb_info *fbi);
19 inline int pixclk_change(struct fb_info *fbi);
21 #endif /* __XYLON_FB_PIXCLK_H__ */