diff options
Diffstat (limited to 'gdb/nat/aarch64-linux-hw-point.h')
-rw-r--r-- | gdb/nat/aarch64-linux-hw-point.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/nat/aarch64-linux-hw-point.h b/gdb/nat/aarch64-linux-hw-point.h index a84058e67d6..5d9c2a1c80b 100644 --- a/gdb/nat/aarch64-linux-hw-point.h +++ b/gdb/nat/aarch64-linux-hw-point.h @@ -16,8 +16,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 AARCH64_LINUX_HW_POINT_H -#define AARCH64_LINUX_HW_POINT_H 1 +#ifndef NAT_AARCH64_LINUX_HW_POINT_H +#define NAT_AARCH64_LINUX_HW_POINT_H #include "common/break-common.h" /* For enum target_hw_bp_type. */ @@ -197,4 +197,4 @@ struct aarch64_debug_reg_state *aarch64_get_debug_reg_state (pid_t pid); int aarch64_linux_region_ok_for_watchpoint (CORE_ADDR addr, int len); -#endif /* AARCH64_LINUX_HW_POINT_H */ +#endif /* NAT_AARCH64_LINUX_HW_POINT_H */ |