brintos

brintos / linux-shallow public Read only

0
0
Text · 211 B · 474d7cf Raw
11 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2#ifndef ARCH_TESTS_H3#define ARCH_TESTS_H4 5struct test_suite;6 7int test__cpuid_match(struct test_suite *test, int subtest);8extern struct test_suite *arch_tests[];9 10#endif11