aboutsummaryrefslogtreecommitdiff
path: root/src/helper/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/helper/util.h')
-rw-r--r--src/helper/util.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/helper/util.h b/src/helper/util.h
index 30e5b2df..c9a11dda 100644
--- a/src/helper/util.h
+++ b/src/helper/util.h
@@ -15,11 +15,11 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
***************************************************************************/
-#ifndef HELPER_UTILS_H
-#define HELPER_UTILS_H
+#ifndef OPENOCD_HELPER_UTIL_H
+#define OPENOCD_HELPER_UTIL_H
struct command_context;
int util_init(struct command_context *cmd_ctx);
-#endif /* HELPER_UTILS_H */
+#endif /* OPENOCD_HELPER_UTIL_H */