]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/video.h
ARM: imx6: clocks: remove function local definitions of mxc_ccm_reg and anatop_regs
[karo-tx-uboot.git] / include / video.h
index 673aa2ec56fb4ef8cb5379472f00e4a8d2b6b193..65e4ec1e1a3df81ed83562914b902a18530b6fe3 100644 (file)
@@ -69,4 +69,8 @@ void video_clear(void);
 int kwh043st20_f01_spi_startup(unsigned int bus, unsigned int cs,
        unsigned int max_hz, unsigned int spi_mode);
 #endif
+#if defined(CONFIG_LG4573)
+int lg4573_spi_startup(unsigned int bus, unsigned int cs,
+       unsigned int max_hz, unsigned int spi_mode);
+#endif
 #endif