aboutsummaryrefslogtreecommitdiff
path: root/gdb/tic6x-tdep.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/tic6x-tdep.h')
-rw-r--r--gdb/tic6x-tdep.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/tic6x-tdep.h b/gdb/tic6x-tdep.h
index 3854f47..f6f76be 100644
--- a/gdb/tic6x-tdep.h
+++ b/gdb/tic6x-tdep.h
@@ -17,6 +17,9 @@
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 TIC6X_TDEP_H
+#define TIC6X_TDEP_H
+
enum
{
TIC6X_A4_REGNUM = 4,
@@ -51,3 +54,5 @@ struct gdbarch_tdep
int has_gp; /* Has general purpose registers A16 - A31 and B16 - B31. */
};
+
+#endif /* TIC6X_TDEP_H */