ioutil: make the file compile on MacOS
[fw/openocd] / src / target / smp.h
index f85c9a4aaf20527c190da65bd3f528643630f641..d8bb67355af30f3a5e7789c36c3c04279c5a9027 100644 (file)
  *   Free Software Foundation, Inc.,                                       *
  *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
  ***************************************************************************/
+
 #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);