aboutsummaryrefslogtreecommitdiff
path: root/gdb/target-dcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/target-dcache.h')
-rw-r--r--gdb/target-dcache.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/target-dcache.h b/gdb/target-dcache.h
index 4acc82f..1a0d946 100644
--- a/gdb/target-dcache.h
+++ b/gdb/target-dcache.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1992-2024 Free Software Foundation, Inc.
+/* Copyright (C) 1992-2025 Free Software Foundation, Inc.
This file is part of GDB.
@@ -15,8 +15,8 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
-#ifndef TARGET_DCACHE_H
-#define TARGET_DCACHE_H
+#ifndef GDB_TARGET_DCACHE_H
+#define GDB_TARGET_DCACHE_H
#include "dcache.h"
#include "progspace.h"
@@ -33,4 +33,4 @@ extern int stack_cache_enabled_p (void);
extern int code_cache_enabled_p (void);
-#endif /* TARGET_DCACHE_H */
+#endif /* GDB_TARGET_DCACHE_H */