X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fjtag%2Fdrivers%2Fmpsse.h;h=a017aff002d5688d6d27137179cdbc6ece1f8251;hb=82fd4005427b6774a754b791bdf384f3ef45072d;hp=3e287f75a6cb07684633b96f52d6d1cdb3e8545e;hpb=c979a08144ddea266fbf626182b5a06ad90e9ea8;p=fw%2Fopenocd diff --git a/src/jtag/drivers/mpsse.h b/src/jtag/drivers/mpsse.h index 3e287f75a..a017aff00 100644 --- a/src/jtag/drivers/mpsse.h +++ b/src/jtag/drivers/mpsse.h @@ -1,25 +1,12 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ + /************************************************************************** * Copyright (C) 2012 by Andreas Fritiofson * * andreas.fritiofson@gmail.com * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * 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., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * ***************************************************************************/ -#ifndef MPSSE_H_ -#define MPSSE_H_ +#ifndef OPENOCD_JTAG_DRIVERS_MPSSE_H +#define OPENOCD_JTAG_DRIVERS_MPSSE_H #include #include "helper/binarybuffer.h" @@ -43,7 +30,7 @@ struct mpsse_ctx; /* Device handling */ struct mpsse_ctx *mpsse_open(const uint16_t *vid, const uint16_t *pid, const char *description, - const char *serial, int channel); + const char *serial, const char *location, int channel); void mpsse_close(struct mpsse_ctx *ctx); bool mpsse_is_high_speed(struct mpsse_ctx *ctx); @@ -77,4 +64,4 @@ int mpsse_set_frequency(struct mpsse_ctx *ctx, int frequency); int mpsse_flush(struct mpsse_ctx *ctx); void mpsse_purge(struct mpsse_ctx *ctx); -#endif /* MPSSE_H_ */ +#endif /* OPENOCD_JTAG_DRIVERS_MPSSE_H */