]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - include/linux/fb.h
dm: tpm: Add a uclass for Trusted Platform Modules
[karo-tx-uboot.git] / 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 */