diff options
Diffstat (limited to 'sim/arm/gdbhost.h')
-rw-r--r-- | sim/arm/gdbhost.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sim/arm/gdbhost.h b/sim/arm/gdbhost.h index e1bfd24..164d771 100644 --- a/sim/arm/gdbhost.h +++ b/sim/arm/gdbhost.h @@ -15,9 +15,9 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -void myprint(void *arg, const char *format, va_list ap); -void mypause(void *arg); -void mywritec(void *arg, int c); -int myreadc(void *arg); -int mywrite(void *arg, char const *buffer, int len); -char *mygets(void *arg, char *buffer, int len); +void myprint (void *arg, const char *format, va_list ap); +void mypause (void *arg); +void mywritec (void *arg, int c); +int myreadc (void *arg); +int mywrite (void *arg, char const *buffer, int len); +char *mygets (void *arg, char *buffer, int len); |