HomeSort by relevance Sort by last modified time
    Searched refs:uboot_image_header_t (Results 1 - 2 of 2) sorted by null

  /external/qemu/
uboot_image.h 155 } uboot_image_header_t; typedef in typeref:struct:uboot_image_header
loader.c 357 static void bswap_uboot_header(uboot_image_header_t *hdr)
461 uboot_image_header_t h;
462 uboot_image_header_t *hdr = &h;
470 size = read(fd, hdr, sizeof(uboot_image_header_t));

Completed in 267 milliseconds