X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fsrec.h;h=134a4a63908fd8c9e7e0c9789af63911b8eaf3cf;hb=c8aa23ab92a895a30a152d6b49c876ecac54bfe5;hp=7c86bd3537972c7f2194ac2c2f87990bba9f0eb3;hpb=d0352a18a504a4e7b761f6b3264cf11347d8d056;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/srec.h b/gdb/srec.h index 7c86bd3537..134a4a6390 100644 --- a/gdb/srec.h +++ b/gdb/srec.h @@ -1,5 +1,5 @@ /* S-record download support for GDB, the GNU debugger. - Copyright 1995, 1996 Free Software Foundation, Inc. + Copyright (C) 1995, 1996, 2000 Free Software Foundation, Inc. This file is part of GDB. @@ -15,10 +15,12 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. */ + Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ -void load_srec (serial_t desc, const char *file, bfd_vma load_offset, +struct serial; + +void load_srec (struct serial *desc, const char *file, bfd_vma load_offset, int maxrecsize, int flags, int hashmark, int (*waitack) (void));