Searched defs:mmc_part (Results 1 – 1 of 1) sorted by relevance
190 struct mmc_part { struct191 unsigned int size; /* partition size (in bytes) */192 unsigned int part_cfg; /* partition type */193 char name[MAX_MMC_PART_NAME_LEN];194 bool force_ro; /* to make boot parts RO by default */195 unsigned int area_type;