X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Ffb_mmc.h;h=402ba9b1b47079864a6d97d1863435380b84ae52;hb=ddc2d056e83d1a88dd24a5e03e7460dc37f2f423;hp=1ad1d1327da091ecad9b752407e042144c19b858;hpb=8f02caac64980faa73b2bf00462b400c86257d04;p=karo-tx-uboot.git diff --git a/include/fb_mmc.h b/include/fb_mmc.h index 1ad1d1327d..402ba9b1b4 100644 --- a/include/fb_mmc.h +++ b/include/fb_mmc.h @@ -6,3 +6,4 @@ void fb_mmc_flash_write(const char *cmd, void *download_buffer, unsigned int download_bytes, char *response); +void fb_mmc_erase(const char *cmd, char *response);