X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Ftarget%2Fsmp.h;h=b8f0ea5274ad2330c0a78d01b7f2320a5bba0692;hb=2bc51d1abc14ec776da7f52ef344742259dccdcd;hp=f85c9a4aaf20527c190da65bd3f528643630f641;hpb=b778b36f29b74d6d571df85f984ae684672ea162;p=fw%2Fopenocd diff --git a/src/target/smp.h b/src/target/smp.h index f85c9a4aa..b8f0ea527 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);