Searched defs:mmc_part (Results 1 – 1 of 1) sorted by relevance
228 struct mmc_part { struct229 unsigned int size; /* partition size (in bytes) */230 unsigned int part_cfg; /* partition type */231 char name[MAX_MMC_PART_NAME_LEN];232 bool force_ro; /* to make boot parts RO by default */233 unsigned int area_type;