X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Fimage.h;h=062a54672e9fcf3b29a9c49cfee74fc82ac4a8f2;hb=3dd0884989fd36d13cd1907c3ca8ccd38eed763f;hp=064654b35c691b33d74981a77ce160305d59e294;hpb=219b7f30b99c8af9f94fa1b10537bb0e2dc6209f;p=openocd.git diff --git a/src/target/image.h b/src/target/image.h index 064654b35c..062a54672e 100644 --- a/src/target/image.h +++ b/src/target/image.h @@ -2,6 +2,12 @@ * Copyright (C) 2007 by Dominic Rath * * Dominic.Rath@gmx.de * * * + * Copyright (C) 2007,2008 Øyvind Harboe * + * oyvind.harboe@zylin.com * + * * + * Copyright (C) 2008 by Spencer Oliver * + * spen@spen-soft.co.uk * + * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * @@ -101,7 +107,7 @@ typedef struct image_mot_s extern int image_open(image_t *image, char *url, char *type_string); extern int image_read_section(image_t *image, int section, u32 offset, u32 size, u8 *buffer, u32 *size_read); -extern int image_close(image_t *image); +extern void image_close(image_t *image); extern int image_add_section(image_t *image, u32 base, u32 size, int flags, u8 *data); extern int image_calculate_checksum(u8* buffer, u32 nbytes, u32* checksum);