aboutsummaryrefslogtreecommitdiff
path: root/sys/riscv/include/ieeefp.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/riscv/include/ieeefp.h')
-rw-r--r--sys/riscv/include/ieeefp.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/riscv/include/ieeefp.h b/sys/riscv/include/ieeefp.h
index 03a96e8a000f..84b554a04c65 100644
--- a/sys/riscv/include/ieeefp.h
+++ b/sys/riscv/include/ieeefp.h
@@ -5,4 +5,9 @@
/* TODO */
typedef int fp_except_t;
+__BEGIN_DECLS
+extern fp_except_t fpgetmask(void);
+extern fp_except_t fpsetmask(fp_except_t);
+__END_DECLS
+
#endif /* _MACHINE_IEEEFP_H_ */