]> git.proxmox.com Git - qemu.git/blobdiff - uboot_image.h
slirp: Forward ICMP echo requests via unprivileged sockets
[qemu.git] / uboot_image.h
index c4cc96ee87da29b4690dfa42edda0a73aca6927e..9fc2760b53e5df6e70c745054c74e44ad5586e13 100644 (file)
@@ -152,7 +152,7 @@ typedef struct uboot_image_header {
        uint8_t         ih_type;        /* Image Type                   */
        uint8_t         ih_comp;        /* Compression Type             */
        uint8_t         ih_name[IH_NMLEN];      /* Image Name           */
-} an_uboot_image_header;
+} uboot_image_header_t;
 
 
 #endif /* __IMAGE_H__ */