aboutsummaryrefslogtreecommitdiff
path: root/gdb/regset.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/regset.h')
-rw-r--r--gdb/regset.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/regset.h b/gdb/regset.h
index 5fab2e1..44eaf14 100644
--- a/gdb/regset.h
+++ b/gdb/regset.h
@@ -17,8 +17,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 REGSET_H
-#define REGSET_H 1
+#ifndef GDB_REGSET_H
+#define GDB_REGSET_H
struct gdbarch;
struct regcache;
@@ -52,4 +52,4 @@ struct regset
#define REGSET_VARIABLE_SIZE 1 /* Accept a larger regset section size
in a core file without warning. */
-#endif /* regset.h */
+#endif /* GDB_REGSET_H */