X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fsrec.h;h=8189a9b95ec3523fda19b0a1b061e70315c61005;hb=0d5f99947baa22a5dda53be002c3885ffe311ca5;hp=7c86bd3537972c7f2194ac2c2f87990bba9f0eb3;hpb=a14ed312fd86dd2c862847230931451da2e49942;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/srec.h b/gdb/srec.h index 7c86bd3537..8189a9b95e 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 1995, 1996, 2000 Free Software Foundation, Inc. This file is part of GDB. @@ -18,7 +18,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, 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));