aboutsummaryrefslogtreecommitdiff
path: root/gdb/arm-fbsd-tdep.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/arm-fbsd-tdep.h')
-rw-r--r--gdb/arm-fbsd-tdep.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/arm-fbsd-tdep.h b/gdb/arm-fbsd-tdep.h
index 986118e..754d683 100644
--- a/gdb/arm-fbsd-tdep.h
+++ b/gdb/arm-fbsd-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 ARM_FBSD_TDEP_H
+#define ARM_FBSD_TDEP_H
+
#include "regset.h"
/* The general-purpose regset consists of 13 R registers, plus SP, LR,
@@ -38,3 +41,5 @@ extern const struct regset arm_fbsd_vfpregset;
extern const struct target_desc *
arm_fbsd_read_description_auxv (struct target_ops *target);
+
+#endif /* ARM_FBSD_TDEP_H */