]> git.gag.com Git - fw/openocd/blobdiff - src/target/nds32_insn.h
Make #include guard naming consistent
[fw/openocd] / src / target / nds32_insn.h
index 63e45fc6ba1fd7a80808c98b74736d16c4cda520..eb666451762cd0f9492e838d2371b9355eac6be9 100644 (file)
@@ -15,9 +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_INSN_H__
-#define __NDS32_INSN_H__
 
+#ifndef OPENOCD_TARGET_NDS32_INSN_H
+#define OPENOCD_TARGET_NDS32_INSN_H
 
 #define NOP                                            (0x40000009)
 #define DSB                                            (0x64000008)
@@ -75,5 +75,4 @@
 extern const int NDS32_BREAK_16;
 extern const int NDS32_BREAK_32;
 
-
-#endif /* __NDS32_INSN_H__ */
+#endif /* OPENOCD_TARGET_NDS32_INSN_H */