From 7e701add557977a8e68418ccf5ce5a64a4b66084 Mon Sep 17 00:00:00 2001 From: Mikaela Szekely Date: Thu, 25 Aug 2022 16:25:41 -0600 Subject: [PATCH] Apply header include guard cleanup from #1209 to gdb_reg.h --- src/target/gdb_reg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/target/gdb_reg.h b/src/target/gdb_reg.h index d1f225e..5661e40 100644 --- a/src/target/gdb_reg.h +++ b/src/target/gdb_reg.h @@ -18,8 +18,8 @@ * along with this program. If not, see . */ -#ifndef __GDB_REG_H -#define __GDB_REG_H +#ifndef TARGET_GDB_REG_H +#define TARGET_GDB_REG_H // The beginning XML for GDB target descriptions that are common to ARM targets, // save for one word: the word after DOCTYPE, which is "target" for Cortex-M, and "feature"