]> git.sur5r.net Git - openocd/blobdiff - src/target/nds32_cmd.h
Make #include guard naming consistent
[openocd] / src / target / nds32_cmd.h
index fd6eca231b8428d249bf0975f0409059a13c0e5d..543ba54c66af8b281f4c0cea18d014149f02e261 100644 (file)
  *   along with this program.  If not, see <http://www.gnu.org/licenses/>. *
  ***************************************************************************/
 
-#ifndef __NDS32_CMD_H__
-#define __NDS32_CMD_H__
+#ifndef OPENOCD_TARGET_NDS32_CMD_H
+#define OPENOCD_TARGET_NDS32_CMD_H
+
 #include <helper/command.h>
 
 extern const struct command_registration nds32_command_handlers[];
 
-#endif /* __NDS32_CMD_H__ */
+#endif /* OPENOCD_TARGET_NDS32_CMD_H */