]> git.gag.com Git - fw/openocd/blobdiff - src/target/openrisc/or1k_tap.h
Make #include guard naming consistent
[fw/openocd] / src / target / openrisc / or1k_tap.h
index a4caa0183c903752b4ea24244e6d563cac055cca..2cf7da804a6ac75125cc208c9fff65f705606c36 100644 (file)
@@ -16,8 +16,8 @@
  *   along with this program.  If not, see <http://www.gnu.org/licenses/>. *
  ***************************************************************************/
 
-#ifndef _OR1K_TAP_H_
-#define _OR1K_TAP_H_
+#ifndef OPENOCD_TARGET_OPENRISC_OR1K_TAP_H
+#define OPENOCD_TARGET_OPENRISC_OR1K_TAP_H
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -39,4 +39,4 @@ struct or1k_tap_ip {
        const char *name;
 };
 
-#endif
+#endif /* OPENOCD_TARGET_OPENRISC_OR1K_TAP_H */