aboutsummaryrefslogtreecommitdiff
path: root/src/target/smp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/smp.h')
-rw-r--r--src/target/smp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/target/smp.h b/src/target/smp.h
index f85c9a4a..b8f0ea52 100644
--- a/src/target/smp.h
+++ b/src/target/smp.h
@@ -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);