* config/tc-xtensa.c (xtensa_mark_literal_pool_location): Remove
[deliverable/binutils-gdb.git] / gdb / srec.h
index ac18e9f7ffe6daa0a71cfab3d42a6d8f4bb931bc..8189a9b95ec3523fda19b0a1b061e70315c61005 100644 (file)
@@ -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.
 
    Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
-void load_srec PARAMS ((serial_t desc, const char *file, bfd_vma load_offset,
-                       int maxrecsize, int flags, int hashmark,
-                       int (*waitack) (void)));
+struct serial;
+
+void load_srec (struct serial *desc, const char *file, bfd_vma load_offset,
+               int maxrecsize, int flags, int hashmark,
+               int (*waitack) (void));
 
 /* S-record capability flags */
 
This page took 0.026766 seconds and 4 git commands to generate.