Searched defs:mmc_part (Results 1 – 1 of 1) sorted by relevance
251 struct mmc_part { struct252 u64 size; /* partition size (in bytes) */253 unsigned int part_cfg; /* partition type */254 char name[MAX_MMC_PART_NAME_LEN];255 bool force_ro; /* to make boot parts RO by default */256 unsigned int area_type;
Completed in 6 milliseconds