cmd_mmc.c: Drop open/close mmc sub-commands
[kernel/u-boot.git] / include / video.h
index f7e27f8..0ff857b 100644 (file)
@@ -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