Home
last modified time | relevance | path

Searched defs:mtd_erase_region_info (Results 1 – 1 of 1) sorted by relevance

/linux/include/linux/mtd/
A Dmtd.h36 struct mtd_erase_region_info { struct
37 uint64_t offset; /* At which this region starts, from the beginning of the MTD */
38 uint32_t erasesize; /* For this region */
39 uint32_t numblocks; /* Number of blocks of erasesize in this region */
40 unsigned long *lockmap; /* If keeping bitmap of locks */

Completed in 6 milliseconds