X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=include%2Fvideo.h;h=0ff857bc9f5722bce1062e6744f16bbfdbbbe9b0;hb=1bbba03d0e01ac466d063732afff3a5faadde2d3;hp=f7e27f8477b0e5d3c4acae8175b080db88a78eca;hpb=79f38777947ac7685e2cef8bd977f954ab198c0e;p=karo-tx-uboot.git diff --git a/include/video.h b/include/video.h index f7e27f8477..0ff857bc9f 100644 --- a/include/video.h +++ b/include/video.h @@ -63,4 +63,8 @@ void video_position_cursor(unsigned col, unsigned row); /* Clear the display */ void video_clear(void); +#if defined(CONFIG_FORMIKE) +int kwh043st20_f01_spi_startup(unsigned int bus, unsigned int cs, + unsigned int max_hz, unsigned int spi_mode); +#endif #endif