Home
last modified time | relevance | path

Searched refs:header0_info_v2 (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/u-boot/tools/
H A Drkcommon.c66 struct header0_info_v2 { struct
335 struct header0_info_v2 *hdr = buf; in rkcommon_set_header0_v2()
443 static int rkcommon_parse_header_v2(const void *buf, struct header0_info_v2 *header) in rkcommon_parse_header_v2()
445 memcpy((void *)header, buf, sizeof(struct header0_info_v2)); in rkcommon_parse_header_v2()
491 struct header0_info_v2 header0_v2; in rkcommon_print_header()