repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
drm/modes: Fix drm_mode_vrefres() docs
[drm/drm-misc.git]
/
rust
/
helpers
/
kunit.c
blob
b85a4d394c118906d35ffef85221cf1a8b3c6fe3
1
// SPDX-License-Identifier: GPL-2.0
2
3
#include <kunit/test-bug.h>
4
5
struct
kunit
*
rust_helper_kunit_get_current_test
(
void
)
6
{
7
return
kunit_get_current_test
();
8
}