hla: add ability to change adapter speed (if supported)
[fw/openocd] / src / target / smp.h
index fa9fda0cfe9705f0d3d6e925892293df6165df18..69a5cd8557343b472066d550ffa6cf00cd042657 100644 (file)
@@ -21,7 +21,7 @@
 #include "server/server.h"
 
 int gdb_read_smp_packet(struct connection *connection,
-               char *packet, int packet_size);
+               char const *packet, int packet_size);
 int gdb_write_smp_packet(struct connection *connection,
-               char *packet, int packet_size);
+               char const *packet, int packet_size);