X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Farmv7m.h;h=bd92d2d065ada59ca49b886eb708f3880425d176;hp=65a2ef0592659fb267ab55344d06b1356c31339b;hb=d4b7cbff88bb5eb14fececdbd8e2a0b3e58ce6e0;hpb=557aa6dc5c596f2475d41c62e5a62c53d17dd421 diff --git a/src/target/armv7m.h b/src/target/armv7m.h index 65a2ef0592..bd92d2d065 100644 --- a/src/target/armv7m.h +++ b/src/target/armv7m.h @@ -19,13 +19,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 ARMV7M_COMMON_H -#define ARMV7M_COMMON_H +#ifndef OPENOCD_TARGET_ARMV7M_H +#define OPENOCD_TARGET_ARMV7M_H #include "arm_adi_v5.h" #include "arm.h" @@ -231,4 +229,4 @@ int armv7m_maybe_skip_bkpt_inst(struct target *target, bool *inst_found); extern const struct command_registration armv7m_command_handlers[]; -#endif /* ARMV7M_H */ +#endif /* OPENOCD_TARGET_ARMV7M_H */