X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=include%2Fvideo.h;h=65e4ec1e1a3df81ed83562914b902a18530b6fe3;hb=44f98f9c8e178942ad51b77b6d2a66820fa9d3cc;hp=673aa2ec56fb4ef8cb5379472f00e4a8d2b6b193;hpb=dcdb61a084bd3840d0987a5d01ae506c11efca1b;p=oweals%2Fu-boot.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