]> git.sur5r.net Git - u-boot/blobdiff - include/linux/fb.h
Merge branch 'master' of git://git.denx.de/u-boot-net
[u-boot] / include / linux / fb.h
index 3858f8f80f6b6cc17ea62976a78d11578025bcf8..652cf3bab707fbf952f597489cfb516031ef59c8 100644 (file)
@@ -2,6 +2,7 @@
 #define _LINUX_FB_H
 
 #include <linux/types.h>
+#include <linux/list.h>
 
 /* Definitions of frame buffers                                                */
 
@@ -611,6 +612,8 @@ struct fb_videomode {
        u32 flag;
 };
 
+int board_video_skip(void);
+
 #endif /* __KERNEL__ */
 
 #endif /* _LINUX_FB_H */