X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fjtag%2Fswd.h;h=52f41d5d9a2c4eaca0cd51cad30f76355e3016d0;hb=651998e33771bdad56873e3e70bd875104ca1d12;hp=d208f393b15d3071a12581dedd9a9e408d3b1445;hpb=a6c4eb03455f6e97fc25183aae249d6ccdcbfb0f;p=fw%2Fopenocd diff --git a/src/jtag/swd.h b/src/jtag/swd.h index d208f393b..52f41d5d9 100644 --- a/src/jtag/swd.h +++ b/src/jtag/swd.h @@ -12,13 +12,11 @@ * 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. * + * along with this program. If not, see . * ***************************************************************************/ -#ifndef SWD_H -#define SWD_H +#ifndef OPENOCD_JTAG_SWD_H +#define OPENOCD_JTAG_SWD_H #include @@ -213,6 +211,4 @@ struct swd_driver { int swd_init_reset(struct command_context *cmd_ctx); void swd_add_reset(int req_srst); -bool transport_is_swd(void); - -#endif /* SWD_H */ +#endif /* OPENOCD_JTAG_SWD_H */