summary refs log tree commit diff stats
path: root/include/gdbstub/commands.h
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2025-06-03 12:02:01 +0100
committerAlex Bennée <alex.bennee@linaro.org>2025-06-07 16:40:44 +0100
commit46b17eb9e261f28697a6fa5cb09c5fc505ef68ad (patch)
tree9fb61a91a2847dfde242d57f73546beb3df3abf7 /include/gdbstub/commands.h
parent7aabb6dbba30f0c2bcedbd5593e1292d4d791244 (diff)
downloadfocaccia-qemu-46b17eb9e261f28697a6fa5cb09c5fc505ef68ad.tar.gz
focaccia-qemu-46b17eb9e261f28697a6fa5cb09c5fc505ef68ad.zip
include/gdbstub: fix include guard in commands.h
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-ID: <20250603110204.838117-15-alex.bennee@linaro.org>
Diffstat (limited to 'include/gdbstub/commands.h')
-rw-r--r--include/gdbstub/commands.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gdbstub/commands.h b/include/gdbstub/commands.h
index 40f0514fe9..bff3674872 100644
--- a/include/gdbstub/commands.h
+++ b/include/gdbstub/commands.h
@@ -1,5 +1,5 @@
 #ifndef GDBSTUB_COMMANDS_H
-#define GDBSTUB
+#define GDBSTUB_COMMANDS_H
 
 typedef void (*GdbCmdHandler)(GArray *params, void *user_ctx);