X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=sim%2Farm%2Fcommunicate.h;h=4ab676b2bc96437cbddadf3a17a1435a1ef95da2;hb=00923338dec84505addaf9cdeca2e9c844757824;hp=c48b2e22fcd458fac3324f6fecc55b2e9f1907ab;hpb=fa803dc60f0bf01297674c41d001798e18ade4dc;p=deliverable%2Fbinutils-gdb.git diff --git a/sim/arm/communicate.h b/sim/arm/communicate.h index c48b2e22fc..4ab676b2bc 100644 --- a/sim/arm/communicate.h +++ b/sim/arm/communicate.h @@ -3,7 +3,7 @@ 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, @@ -12,19 +12,18 @@ 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., 675 Mass Ave, Cambridge, MA 02139, USA. */ + along with this program; if not, see . */ -int MYread_char(int sock, unsigned char *c); -void MYwrite_char(int sock, unsigned char c); -int MYread_word(int sock, ARMword *here); -void MYwrite_word(int sock, ARMword i); -void MYwrite_string(int sock, char *s); -int MYread_FPword(int sock, char *putinhere); -void MYwrite_FPword(int sock, char *fromhere); -int passon(int source, int dest, int n); +int MYread_char (int sock, unsigned char *c); +void MYwrite_char (int sock, unsigned char c); +int MYread_word (int sock, ARMword * here); +void MYwrite_word (int sock, ARMword i); +void MYwrite_string (int sock, char *s); +int MYread_FPword (int sock, char *putinhere); +void MYwrite_FPword (int sock, char *fromhere); +int passon (int source, int dest, int n); -int wait_for_osreply(ARMword *reply); /* from kid.c */ +int wait_for_osreply (ARMword * reply); /* from kid.c */ #define OS_SendNothing 0x0 #define OS_SendChar 0x1 @@ -34,4 +33,3 @@ int wait_for_osreply(ARMword *reply); /* from kid.c */ /* The pipes between the two processes */ extern int mumkid[2]; extern int kidmum[2]; -