]> git.sur5r.net Git - u-boot/blobdiff - tools/mkimage.h
TQM8xx: make room for growing code size due to I/O accessor cleanup
[u-boot] / tools / mkimage.h
index 120970fc68fed9123b4a630fb6149abf4a90b836..e59a91913e305cfd977c805fde4886f117052006 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,7 +139,11 @@ 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);
+void init_ubl_image_type(void);
+void init_omap_image_type(void);
 
 #endif /* _MKIIMAGE_H_ */