aboutsummaryrefslogtreecommitdiff
path: root/gdb/arch/xtensa.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/arch/xtensa.h')
-rw-r--r--gdb/arch/xtensa.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/arch/xtensa.h b/gdb/arch/xtensa.h
index 044d0c9..9a6fa33 100644
--- a/gdb/arch/xtensa.h
+++ b/gdb/arch/xtensa.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 XTENSA_H
-#define XTENSA_H
+#ifndef ARCH_XTENSA_H
+#define ARCH_XTENSA_H
/* Xtensa ELF core file register set representation ('.reg' section).
Copied from target-side ELF header <xtensa/elf.h>. */
@@ -45,4 +45,4 @@ typedef struct
#define C0_NREGS 16 /* Number of A-registers to track in call0 ABI. */
-#endif
+#endif /* ARCH_XTENSA_H */