Home
last modified time | relevance | path

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

/external/qemu/
Dloader.c357 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()
Duboot_image.h155 } uboot_image_header_t; typedef