X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Fnds32_v3_common.h;h=1f5df19957bdb47f594a716356bdf79e0d931804;hb=da7459415079002a52f516a6d00a31474d61b495;hp=fd4a590717540cf0770d6d9d379d7217c9f30f31;hpb=49d96b1b2e4000734499a369fe022035542b3e85;p=openocd.git diff --git a/src/target/nds32_v3_common.h b/src/target/nds32_v3_common.h index fd4a590717..1f5df19957 100644 --- a/src/target/nds32_v3_common.h +++ b/src/target/nds32_v3_common.h @@ -13,12 +13,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 __NDS32_V3_COMMON_H__ -#define __NDS32_V3_COMMON_H__ + +#ifndef OPENOCD_TARGET_NDS32_V3_COMMON_H +#define OPENOCD_TARGET_NDS32_V3_COMMON_H #include "target.h" @@ -59,4 +58,4 @@ int nds32_v3_write_memory(struct target *target, uint32_t address, int nds32_v3_init_target(struct command_context *cmd_ctx, struct target *target); -#endif /* __NDS32_V3_COMMON_H__ */ +#endif /* OPENOCD_TARGET_NDS32_V3_COMMON_H */