X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fser-tcp.h;h=4c0d6309fcb6b72708907ac28781a9d7e40b3d27;hb=e671856cb804c977650aaeb4107948a7b963e9e9;hp=accaac76cedfa91f225d41797724583ef17a3ae6;hpb=01f0fe5e0450edf168c1f612feb93cf588e4e7ea;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ser-tcp.h b/gdb/ser-tcp.h index accaac76ce..4c0d6309fc 100644 --- a/gdb/ser-tcp.h +++ b/gdb/ser-tcp.h @@ -1,12 +1,12 @@ /* Serial interface for raw TCP connections on Un*x like systems. - Copyright (C) 2006 Free Software Foundation, Inc. + Copyright (C) 2006-2019 Free Software Foundation, Inc. This file is part of GDB. 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 + the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, @@ -15,9 +15,7 @@ GNU General Public License for more details. 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., 51 Franklin Street, Fifth Floor, - Boston, MA 02110-1301, USA. */ + along with this program. If not, see . */ #ifndef SER_TCP_H #define SER_TCP_H @@ -28,5 +26,6 @@ extern int net_open (struct serial *scb, const char *name); extern void net_close (struct serial *scb); extern int net_read_prim (struct serial *scb, size_t count); extern int net_write_prim (struct serial *scb, const void *buf, size_t count); +extern int ser_tcp_send_break (struct serial *scb); #endif