test_fpu.h 118 B

12345678
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. #ifndef _LIB_TEST_FPU_H
  3. #define _LIB_TEST_FPU_H
  4. int test_fpu(void);
  5. #endif