X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fsvf%2Fsvf.h;h=74f7d9ca9b23f59d17760a8d74d6a98c47165ff1;hb=HEAD;hp=f22fc3a8a369fa9b8af41449f76bfb7a317ac2d8;hpb=5d57cad00136ac4191483ff5c04d8795c8ea3bde;p=openocd.git diff --git a/src/svf/svf.h b/src/svf/svf.h index f22fc3a8a3..74f7d9ca9b 100644 --- a/src/svf/svf.h +++ b/src/svf/svf.h @@ -1,26 +1,14 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ + /*************************************************************************** * Copyright (C) 2009 by Simon Qian * * SimonQian@SimonQian.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., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ -#ifndef SVF_H -#define SVF_H -#include "jtag.h" +#ifndef OPENOCD_SVF_SVF_H +#define OPENOCD_SVF_SVF_H + +#include int svf_register_commands(struct command_context *cmd_ctx); @@ -45,4 +33,4 @@ int svf_add_statemove(tap_state_t goal_state); */ bool svf_tap_state_is_stable(tap_state_t state); -#endif /* SVF_H */ +#endif /* OPENOCD_SVF_SVF_H */