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