]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - tools/mkimage.h
Fix compile warning in uli526x driver
[people/ms/u-boot.git] / tools / mkimage.h
index 120970fc68fed9123b4a630fb6149abf4a90b836..9033a7d230ff9626feb5e607baa2bce3e5d31479 100644 (file)
@@ -104,7 +104,7 @@ struct image_type_params {
         */
        int (*verify_header) (unsigned char *, int, struct mkimage_params *);
        /* Prints image information abstracting from image header */
-       void (*print_header) (void *);
+       void (*print_header) (const void *);
        /*
         * The header or image contents need to be set as per image type to
         * be generated using this callback function.
@@ -139,6 +139,8 @@ void mkimage_register (struct image_type_params *tparams);
  *
  * Supported image types init functions
  */
+void init_kwb_image_type (void);
+void init_imx_image_type (void);
 void init_default_image_type (void);
 void init_fit_image_type (void);