Merge branch 'master' of git://www.denx.de/git/u-boot-imx
[oweals/u-boot.git] / arch / arm / include / asm / imx-common / video.h
index e0c4ef450835e023060e49efe2f1e66b4264e193..1a907d44e405a4a51898f9d3eab6da833101633b 100644 (file)
@@ -17,4 +17,13 @@ struct display_info_t {
        struct  fb_videomode mode;
 };
 
+#ifdef CONFIG_IMX_HDMI
+extern int detect_hdmi(struct display_info_t const *dev);
+#endif
+
+#ifdef CONFIG_IMX_VIDEO_SKIP
+extern struct display_info_t const displays[];
+extern size_t display_count;
+#endif
+
 #endif