| 75 | } |
| 76 | |
| 77 | static void cb_parse_vbnv(unsigned char *ptr, struct sysinfo_t *info) |
| 78 | { |
| 79 | struct lb_range *vbnv = (struct lb_range *)ptr; |
| 80 | |
| 81 | info->vbnv_start = vbnv->range_start; |
| 82 | info->vbnv_size = vbnv->range_size; |
| 83 | } |
| 84 | |
| 85 | static void cb_parse_mmc_info(unsigned char *ptr, struct sysinfo_t *info) |
| 86 | { |