OSDN Git Service

* public snapshot of sid simulator
[pf3gnuchains/pf3gnuchains3x.git] / sid / component / gdb / gdbserv-client.h
1 /*
2  * gdbserv-client.h -- part of GDB remote server.
3  *
4  * Copyright (C) 2000 Red Hat.
5  * This file is part of SID and is licensed under the GPL.
6  * See the file COPYING.SID for conditions for redistribution.
7  */
8
9 struct gdbserv_client {
10   void *data;
11   void (*write) (struct gdbserv *gdbserv, const unsigned char *ch, unsigned len);
12 };
13
14 void *gdbserv_client_data (struct gdbserv *gdbserv);
15