X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fsvf%2Fsvf.h;h=4101a3f853a3251ac32f5e2e6b92fc0dcec47ffb;hb=d6535e0ce517bfb2c4c8acaef59eb73dd0c6d07c;hp=f22fc3a8a369fa9b8af41449f76bfb7a317ac2d8;hpb=5d57cad00136ac4191483ff5c04d8795c8ea3bde;p=fw%2Fopenocd diff --git a/src/svf/svf.h b/src/svf/svf.h index f22fc3a8a..4101a3f85 100644 --- a/src/svf/svf.h +++ b/src/svf/svf.h @@ -13,14 +13,13 @@ * 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. * + * along with this program. If not, see . * ***************************************************************************/ -#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 +44,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 */