X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Fnds32.h;h=88af4f3aa8b1687a2fbbe1dd3be42e45273530d7;hb=refs%2Fchanges%2F56%2F2956%2F5;hp=e4161e93b9086222d863f0ab092880f12d72988a;hpb=0ecb0396d4ddfcfb8c499a0fba5ccc929100e000;p=openocd.git diff --git a/src/target/nds32.h b/src/target/nds32.h index e4161e93b9..88af4f3aa8 100644 --- a/src/target/nds32.h +++ b/src/target/nds32.h @@ -13,13 +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_H__ -#define __NDS32_H__ +#ifndef OPENOCD_TARGET_NDS32_H +#define OPENOCD_TARGET_NDS32_H #include #include "target.h" @@ -456,4 +454,4 @@ static inline bool nds32_reach_max_interrupt_level(struct nds32 *nds32) return nds32->max_interrupt_level == nds32->current_interrupt_level; } -#endif /* __NDS32_H__ */ +#endif /* OPENOCD_TARGET_NDS32_H */