X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fhelper%2Ffileio.c;h=d4cd75cddb55bcd0bf8c6a40c103c05dab8f2212;hp=6b4a9f3ca8904e5c7f85da27dcd4a2d04b945f91;hb=1de959ca1c9e67ef57f77ec2d7a1132b73153abb;hpb=526fe3d83e118d87af34353a7140c02f3f1a3c19 diff --git a/src/helper/fileio.c b/src/helper/fileio.c index 6b4a9f3ca8..d4cd75cddb 100644 --- a/src/helper/fileio.c +++ b/src/helper/fileio.c @@ -2,9 +2,12 @@ * Copyright (C) 2007 by Dominic Rath * * Dominic.Rath@gmx.de * * * - * Copyright (C) 2007,2008 Øyvind Harboe * + * 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 * @@ -40,7 +43,6 @@ #include #include -int fileio_close(fileio_t *fileio); int fileio_dispatch_read(fileio_t *fileio, u32 size, u8 *buffer, u32 *size_read); int fileio_open_local(fileio_t *fileio)