11 lines
211 B
C
Raw Normal View History

2026-01-21 18:59:54 +08:00
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef ARCH_TESTS_H
#define ARCH_TESTS_H
2026-01-29 22:25:33 +08:00
struct test_suite;
2026-01-21 18:59:54 +08:00
2026-01-29 22:25:33 +08:00
int test__cpuid_match(struct test_suite *test, int subtest);
extern struct test_suite *arch_tests[];
2026-01-21 18:59:54 +08:00
#endif