Searched refs:uboot_image_header_t (Results 1 – 2 of 2) sorted by relevance
357 static void bswap_uboot_header(uboot_image_header_t *hdr) in bswap_uboot_header()461 uboot_image_header_t h; in load_uimage()462 uboot_image_header_t *hdr = &h; in load_uimage()470 size = read(fd, hdr, sizeof(uboot_image_header_t)); in load_uimage()
155 } uboot_image_header_t; typedef