v_helpers.h 244 B

12345678910
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. #include <stdbool.h>
  3. bool is_xtheadvector_supported(void);
  4. bool is_vector_supported(void);
  5. unsigned long get_vr_len(void);
  6. int launch_test(char *next_program, int test_inherit, int xtheadvector);