X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Fnds32_edm.h;h=1dec190f1263c38228256010c62f0350a49ce236;hp=3682b38991bb802d96c3d6750494309442d74e95;hb=5be455a710c57bbbbd49c2d671b42098db7be5dc;hpb=ceb402dc9e903d2f3f6bc8125dfed9d82b83d2d1 diff --git a/src/target/nds32_edm.h b/src/target/nds32_edm.h index 3682b38991..1dec190f12 100644 --- a/src/target/nds32_edm.h +++ b/src/target/nds32_edm.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2013 by Andes Technology * + * Copyright (C) 2013 Andes Technology * * Hsiangkai Wang * * * * This program is free software; you can redistribute it and/or modify * @@ -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_EDM_H__ -#define __NDS32_EDM_H__ + +#ifndef OPENOCD_TARGET_NDS32_EDM_H +#define OPENOCD_TARGET_NDS32_EDM_H /** * @file @@ -113,4 +112,4 @@ enum nds_memory_select { #define NDS_EDMSW_WDV (1 << 0) #define NDS_EDMSW_RDV (1 << 1) -#endif /* __NDS32_EDM_H__ */ +#endif /* OPENOCD_TARGET_NDS32_EDM_H */