aboutsummaryrefslogtreecommitdiff
path: root/gdb/riscv-fbsd-tdep.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/riscv-fbsd-tdep.h')
-rw-r--r--gdb/riscv-fbsd-tdep.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/riscv-fbsd-tdep.h b/gdb/riscv-fbsd-tdep.h
index 3670306..d1a5a04 100644
--- a/gdb/riscv-fbsd-tdep.h
+++ b/gdb/riscv-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 RISCV_FBSD_TDEP_H
+#define RISCV_FBSD_TDEP_H
+
#include "regset.h"
/* The general-purpose regset consists of 31 X registers, EPC, and
@@ -31,3 +34,5 @@
extern const struct regset riscv_fbsd_gregset;
extern const struct regset riscv_fbsd_fpregset;
+
+#endif /* RISCV_FBSD_TDEP_H */