aboutsummaryrefslogtreecommitdiff
path: root/gdbsupport/break-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdbsupport/break-common.h')
-rw-r--r--gdbsupport/break-common.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdbsupport/break-common.h b/gdbsupport/break-common.h
index 95ab3e2..1202231 100644
--- a/gdbsupport/break-common.h
+++ b/gdbsupport/break-common.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 COMMON_BREAK_COMMON_H
-#define COMMON_BREAK_COMMON_H
+#ifndef GDBSUPPORT_BREAK_COMMON_H
+#define GDBSUPPORT_BREAK_COMMON_H
enum target_hw_bp_type
{
@@ -28,4 +28,4 @@ enum target_hw_bp_type
hw_execute = 3 /* Execute HW breakpoint */
};
-#endif /* COMMON_BREAK_COMMON_H */
+#endif /* GDBSUPPORT_BREAK_COMMON_H */