*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / srec.h
index 97c39261e53307f686b48bf16299c39d2ee8f241..f50acd65845a2a08fc0476f3d7013dc87568e77b 100644 (file)
@@ -1,5 +1,5 @@
 /* S-record download support for GDB, the GNU debugger.
-   Copyright 1995, 1996, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1995, 1996, 2000, 2007 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
 
    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));
 
This page took 0.028971 seconds and 4 git commands to generate.