diff options
Diffstat (limited to 'tools/mkimage.h')
| -rw-r--r-- | tools/mkimage.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tools/mkimage.h b/tools/mkimage.h index 120970fc6..96f2ef8f1 100644 --- a/tools/mkimage.h +++ b/tools/mkimage.h @@ -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. |