coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
storage_erase.c File Reference
#include "sd_mmc.h"
#include "storage.h"
Include dependency graph for storage_erase.c:

Go to the source code of this file.

Functions

uint64_t storage_block_erase (struct storage_media *media, uint64_t start, uint64_t count)
 

Function Documentation

◆ storage_block_erase()