aboutsummaryrefslogtreecommitdiff
path: root/gdb/user-regs.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/user-regs.h')
-rw-r--r--gdb/user-regs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/user-regs.h b/gdb/user-regs.h
index baa3581..67a28dd 100644
--- a/gdb/user-regs.h
+++ b/gdb/user-regs.h
@@ -19,8 +19,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 USER_REGS_H
-#define USER_REGS_H
+#ifndef GDB_USER_REGS_H
+#define GDB_USER_REGS_H
/* Implement both builtin, and architecture specific, per-frame user
visible registers.
@@ -69,4 +69,4 @@ extern void user_reg_add_builtin (const char *name,
extern void user_reg_add (struct gdbarch *gdbarch, const char *name,
user_reg_read_ftype *read, const void *baton);
-#endif
+#endif /* GDB_USER_REGS_H */