aboutsummaryrefslogtreecommitdiff
path: root/gdbsupport/rsp-low.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdbsupport/rsp-low.h')
-rw-r--r--gdbsupport/rsp-low.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdbsupport/rsp-low.h b/gdbsupport/rsp-low.h
index 801df0e..e91c79e 100644
--- a/gdbsupport/rsp-low.h
+++ b/gdbsupport/rsp-low.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_RSP_LOW_H
-#define COMMON_RSP_LOW_H
+#ifndef GDBSUPPORT_RSP_LOW_H
+#define GDBSUPPORT_RSP_LOW_H
/* Convert number NIB to a hex digit. */
@@ -81,4 +81,4 @@ extern int remote_escape_output (const gdb_byte *buffer, int len_units,
extern int remote_unescape_input (const gdb_byte *buffer, int len,
gdb_byte *out_buf, int out_maxlen);
-#endif /* COMMON_RSP_LOW_H */
+#endif /* GDBSUPPORT_RSP_LOW_H */