Searched defs:MtdDev (Results 1 – 1 of 1) sorted by relevance
47 struct MtdDev { struct54 int (*erase)(struct MtdDev *mtd, UINT64 start, UINT64 len, UINT64 *failAddr); argument55 int (*read)(struct MtdDev *mtd, UINT64 start, UINT64 len, const char *buf); argument56 int (*write)(struct MtdDev *mtd, UINT64 start, UINT64 len, const char *buf); argument