summaryrefslogtreecommitdiff
path: root/src/fp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fp.h')
-rw-r--r--src/fp.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/fp.h b/src/fp.h
new file mode 100644
index 0000000..1acf987
--- /dev/null
+++ b/src/fp.h
@@ -0,0 +1,6 @@
+#ifndef _FP_H
+#define _FP_H
+
+int init_fp();
+
+#endif