brintos

brintos / linux-shallow public Read only

0
0
Text · 130 B · 452b3d9 Raw
8 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2#ifndef ARCH_TESTS_H3#define ARCH_TESTS_H4 5extern struct test_suite *arch_tests[];6 7#endif8