From d4b7cbff88bb5eb14fececdbd8e2a0b3e58ce6e0 Mon Sep 17 00:00:00 2001 From: Marc Schink Date: Mon, 21 Sep 2015 21:07:46 +0200 Subject: Make #include guard naming consistent Change-Id: Ie13e8af0bb74ed290f811dcad64ad06c9d8cb4fa Signed-off-by: Marc Schink Reviewed-on: http://openocd.zylin.com/2956 Tested-by: jenkins Reviewed-by: Andreas Fritiofson --- src/svf/svf.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/svf/svf.h') diff --git a/src/svf/svf.h b/src/svf/svf.h index 0503fa00..4101a3f8 100644 --- a/src/svf/svf.h +++ b/src/svf/svf.h @@ -16,8 +16,8 @@ * along with this program. If not, see . * ***************************************************************************/ -#ifndef SVF_H -#define SVF_H +#ifndef OPENOCD_SVF_SVF_H +#define OPENOCD_SVF_SVF_H #include @@ -44,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 */ -- cgit v1.2.3-18-g5258