diff options
Diffstat (limited to 'gdb/memory-map.h')
-rw-r--r-- | gdb/memory-map.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/memory-map.h b/gdb/memory-map.h index 525646b..ccfad4f 100644 --- a/gdb/memory-map.h +++ b/gdb/memory-map.h @@ -1,6 +1,6 @@ /* Routines for handling XML memory maps provided by target. - Copyright (C) 2006-2024 Free Software Foundation, Inc. + Copyright (C) 2006-2025 Free Software Foundation, Inc. This file is part of GDB. @@ -18,8 +18,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef MEMORY_MAP_H -#define MEMORY_MAP_H +#ifndef GDB_MEMORY_MAP_H +#define GDB_MEMORY_MAP_H #include "memattr.h" @@ -28,4 +28,4 @@ return an empty vector. Does not throw. */ std::vector<mem_region> parse_memory_map (const char *memory_map); -#endif +#endif /* GDB_MEMORY_MAP_H */ |