Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/mtd/
Dmtd.h48 struct mtd_erase_region_info { struct
49 uint64_t offset; /* At which this region starts, from the beginning of the MTD */
50 uint32_t erasesize; /* For this region */
51 uint32_t numblocks; /* Number of blocks of erasesize in this region */
52 unsigned long *lockmap; /* If keeping bitmap of locks */