]> git.sur5r.net Git - openocd/blobdiff - src/target/arm_adi_v5.h
Make #include guard naming consistent
[openocd] / src / target / arm_adi_v5.h
index 051c1bf0ff68000926bdc8a5b28737d6303904ea..3220d8b6d27e12c260b43a6a80cd8a9d426a6241 100644 (file)
@@ -19,8 +19,8 @@
  *   along with this program.  If not, see <http://www.gnu.org/licenses/>. *
  ***************************************************************************/
 
-#ifndef ARM_ADI_V5_H
-#define ARM_ADI_V5_H
+#ifndef OPENOCD_TARGET_ARM_ADI_V5_H
+#define OPENOCD_TARGET_ARM_ADI_V5_H
 
 /**
  * @file
@@ -504,4 +504,4 @@ int dap_to_jtag(struct target *target);
 
 extern const struct command_registration dap_command_handlers[];
 
-#endif
+#endif /* OPENOCD_TARGET_ARM_ADI_V5_H */