]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/fb_mmc.h
arc/cache: really do invalidate_dcache_all() even if IOC exists
[people/ms/u-boot.git] / include / fb_mmc.h
index 1ad1d1327da091ecad9b752407e042144c19b858..978a1395a185a31b5be5646f6d3042b8ac3d22fa 100644 (file)
@@ -4,5 +4,7 @@
  * SPDX-License-Identifier:    GPL-2.0+
  */
 
-void fb_mmc_flash_write(const char *cmd, void *download_buffer,
-                       unsigned int download_bytes, char *response);
+void fb_mmc_flash_write(const char *cmd, unsigned int session_id,
+                       void *download_buffer, unsigned int download_bytes,
+                       char *response);
+void fb_mmc_erase(const char *cmd, char *response);