upload tizen1.0 source
[kernel/linux-2.6.36.git] / drivers / media / video / samsung / tvout / s5p_tvout_fb.h
1 /* linux/drivers/media/video/samsung/tvout/s5p_tvout_fb.h
2  *
3  * Copyright (c) 2009 Samsung Electronics
4  *              http://www.samsung.com/
5  *
6  * frame buffer header file. file for Samsung TVOUT driver
7  *
8  * This program is free software; you can redistribute it and/or modify
9  * it under the terms of the GNU General Public License version 2 as
10  * published by the Free Software Foundation.
11 */
12
13 #ifndef _LINUX_S5P_TVOUT_FB_H_
14 #define _LINUX_S5P_TVOUT_FB_H_
15
16 #include <linux/fb.h>
17
18 extern int s5p_tvout_fb_alloc_framebuffer(struct device *dev_fb);
19 extern int s5p_tvout_fb_register_framebuffer(struct device *dev_fb);
20
21 #endif /* _LINUX_S5P_TVOUT_FB_H_ */