Run argv0-symlink.exp only on native target and local host.
[external/binutils.git] / gdb / riscv-fbsd-tdep.h
index 3670306..d1a5a04 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 */