X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Fvideo.h;h=65e4ec1e1a3df81ed83562914b902a18530b6fe3;hb=f09d4f4f75c5b179c77679416421552b309b7f97;hp=673aa2ec56fb4ef8cb5379472f00e4a8d2b6b193;hpb=b1cdd8baa14f518288ceddb391d6587c1ecb3174;p=karo-tx-uboot.git diff --git a/include/video.h b/include/video.h index 673aa2ec56..65e4ec1e1a 100644 --- a/include/video.h +++ b/include/video.h @@ -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