vax decoding of indexed addressing mode
[deliverable/binutils-gdb.git] / gdb / riscv-fbsd-tdep.h
index 367030675a9894b5a1c32acd53098dcf4d77786b..d1a5a04f472aed9d1a5b9925480c700f51951989 100644 (file)
@@ -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 */
This page took 0.02685 seconds and 4 git commands to generate.