hla: Make consistent parameter naming
[fw/openocd] / src / target / smp.h
index f85c9a4aaf20527c190da65bd3f528643630f641..fa9fda0cfe9705f0d3d6e925892293df6165df18 100644 (file)
  *   You should have received a copy of the GNU General Public License     *
  *   along with this program; if not, write to the                         *
  *   Free Software Foundation, Inc.,                                       *
- *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
+ *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 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);