Definition in file vcdiff_mtd.h.
#include "vcdiff.h"
#include "mtd.h"
Go to the source code of this file.
Data Structures | |
struct | vcdiff_mtd_t |
Context for the underlying MTD device. More... | |
#define | CONFIG_TINYVCDIFF_MTD_WRITE_SIZE 4 |
Alignment and minimum size for MTD write access. | |
#define | VCDIFF_MTD_INIT(DEV) { .dev = DEV } |
Initializes vcdiff_mtd_t. | |
const vcdiff_driver_t | vcdiff_mtd_driver |
Driver for accessing MTD devices. | |
#define CONFIG_TINYVCDIFF_MTD_WRITE_SIZE 4 |
Alignment and minimum size for MTD write access.
Definition at line 28 of file vcdiff_mtd.h.
#define VCDIFF_MTD_INIT | ( | DEV | ) | { .dev = DEV } |
Initializes vcdiff_mtd_t.
Definition at line 68 of file vcdiff_mtd.h.