aboutsummaryrefslogtreecommitdiff
path: root/gdb/arch/csky.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/arch/csky.h')
-rw-r--r--gdb/arch/csky.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/arch/csky.h b/gdb/arch/csky.h
index 290bf97..67b2f17 100644
--- a/gdb/arch/csky.h
+++ b/gdb/arch/csky.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 ARCH_CSKY_H
-#define ARCH_CSKY_H
+#ifndef GDB_ARCH_CSKY_H
+#define GDB_ARCH_CSKY_H
#include "gdbsupport/tdesc.h"
@@ -26,4 +26,4 @@
target_desc_up csky_create_target_description (void);
-#endif /* ARCH_CSKY_H */
+#endif /* GDB_ARCH_CSKY_H */