]> git.gag.com Git - fw/openocd/blobdiff - src/target/nds32_v3_common.h
Make #include guard naming consistent
[fw/openocd] / src / target / nds32_v3_common.h
index ee8c497f87b42e1def10b63a2475c29b5eb130b9..1f5df19957bdb47f594a716356bdf79e0d931804 100644 (file)
@@ -15,8 +15,9 @@
  *   You should have received a copy of the GNU General Public License     *
  *   along with this program.  If not, see <http://www.gnu.org/licenses/>. *
  ***************************************************************************/
-#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"
 
@@ -57,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 */