X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Fvideo.h;h=65e4ec1e1a3df81ed83562914b902a18530b6fe3;hb=803d6d6c63dbe9040b237544c7e24405bb32dd42;hp=673aa2ec56fb4ef8cb5379472f00e4a8d2b6b193;hpb=f2c8d7f591e28d3437155c7a6eae8c8d9e3fe552;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