aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'include/fb_mmc.h')
-rw-r--r--include/fb_mmc.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/fb_mmc.h b/include/fb_mmc.h
index 978a1395a1..402ba9b1b4 100644
--- a/include/fb_mmc.h
+++ b/include/fb_mmc.h
@@ -4,7 +4,6 @@
4 * SPDX-License-Identifier: GPL-2.0+ 4 * SPDX-License-Identifier: GPL-2.0+
5 */ 5 */
6 6
7void fb_mmc_flash_write(const char *cmd, unsigned int session_id, 7void fb_mmc_flash_write(const char *cmd, void *download_buffer,
8 void *download_buffer, unsigned int download_bytes, 8 unsigned int download_bytes, char *response);
9 char *response);
10void fb_mmc_erase(const char *cmd, char *response); 9void fb_mmc_erase(const char *cmd, char *response);