Generic flash memory driver. More...
Generic flash memory driver.
Definition in file flashrom.h.
#include <stdint.h>
#include <stddef.h>
Go to the source code of this file.
Functions | |
uint8_t | flashrom_erase (uint8_t *addr) |
Erase sector. More... | |
uint8_t | flashrom_write (uint8_t *dst, const uint8_t *src, size_t size) |
Write buffer from ram to flash. More... | |