X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Fnds32_cmd.h;h=543ba54c66af8b281f4c0cea18d014149f02e261;hb=57962f4d1c2db12dffa03c7357f5d7e0d8f71fb8;hp=44d361e55dd6c9ddbb3d86e06d8e294e31381652;hpb=cf8a3c3d7075abad3c88cd604f8add4d06898abc;p=openocd.git diff --git a/src/target/nds32_cmd.h b/src/target/nds32_cmd.h index 44d361e55d..543ba54c66 100644 --- a/src/target/nds32_cmd.h +++ b/src/target/nds32_cmd.h @@ -13,15 +13,14 @@ * 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_CMD_H__ -#define __NDS32_CMD_H__ +#ifndef OPENOCD_TARGET_NDS32_CMD_H +#define OPENOCD_TARGET_NDS32_CMD_H + #include extern const struct command_registration nds32_command_handlers[]; -#endif /* __NDS32_CMD_H__ */ +#endif /* OPENOCD_TARGET_NDS32_CMD_H */