]> git.gag.com Git - fw/openocd/blobdiff - src/target/arm_semihosting.h
Make #include guard naming consistent
[fw/openocd] / src / target / arm_semihosting.h
index 1890d332fcf4d47ffc6d802c242b9fffad32e301..7b5c0b2de91e1a7e1f15ae2a6fe315f93e5cee5e 100644 (file)
@@ -16,9 +16,9 @@
  *   along with this program.  If not, see <http://www.gnu.org/licenses/>. *
  ***************************************************************************/
 
-#ifndef ARM_SEMIHOSTING_H
-#define ARM_SEMIHOSTING_H
+#ifndef OPENOCD_TARGET_ARM_SEMIHOSTING_H
+#define OPENOCD_TARGET_ARM_SEMIHOSTING_H
 
 int arm_semihosting(struct target *target, int *retval);
 
-#endif
+#endif /* OPENOCD_TARGET_ARM_SEMIHOSTING_H */