brintos

brintos / linux-shallow public Read only

0
0
Text · 185 B · 9d72506 Raw
10 lines · c
1// SPDX-License-Identifier: GPL-2.02 3#include <kunit/test-bug.h>4#include <linux/export.h>5 6struct kunit *rust_helper_kunit_get_current_test(void)7{8	return kunit_get_current_test();9}10