summaryrefslogtreecommitdiff
path: root/lib/test_fpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/test_fpu.h')
-rw-r--r--lib/test_fpu.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/test_fpu.h b/lib/test_fpu.h
new file mode 100644
index 000000000000..4459807084bc
--- /dev/null
+++ b/lib/test_fpu.h
@@ -0,0 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
+
+#ifndef _LIB_TEST_FPU_H
+#define _LIB_TEST_FPU_H
+
+int test_fpu(void);
+
+#endif