remove target argument from gdb packet handling functions
[fw/openocd] / src / target / smp.h
index f85c9a4aaf20527c190da65bd3f528643630f641..b8f0ea5274ad2330c0a78d01b7f2320a5bba0692 100644 (file)
@@ -19,7 +19,7 @@
  ***************************************************************************/
 #include "server/server.h"
 int gdb_read_smp_packet(struct connection *connection,
-               struct target *target, char *packet, int packet_size);
+               char *packet, int packet_size);
 int gdb_write_smp_packet(struct connection *connection,
-               struct target *target, char *packet, int packet_size);
+               char *packet, int packet_size);