Context for the underlying MTD device. More...
Context for the underlying MTD device.
Definition at line 43 of file vcdiff_mtd.h.
#include <vcdiff_mtd.h>
Data Fields | |
mtd_dev_t * | dev |
Instance of the backing MTD device. | |
size_t | next_erase_sector |
Number of the next sector that must be erased. | |
uint8_t | write_buffer [CONFIG_TINYVCDIFF_MTD_WRITE_SIZE] |
Buffer for aligned writes. | |
size_t | offset |
Current offset on the MTD device. | |