diff options
Diffstat (limited to 'lib/test_fpu.h')
-rw-r--r-- | lib/test_fpu.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/test_fpu.h b/lib/test_fpu.h new file mode 100644 index 0000000000..4459807084 --- /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 |