X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Ffb_mmc.h;h=402ba9b1b47079864a6d97d1863435380b84ae52;hb=803d6d6c63dbe9040b237544c7e24405bb32dd42;hp=1ad1d1327da091ecad9b752407e042144c19b858;hpb=3cc83f9d08a80fddf4c1e8e766eff8273f30814c;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);