repo.or.cz
/
linux.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'kcsan-20241112-v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
[linux.git]
/
rust
/
helpers
/
wait.c
blob
c7336bbf275071d66a3879e0eacd247a57f22ead
1
// SPDX-License-Identifier: GPL-2.0
2
3
#include <linux/export.h>
4
#include <linux/wait.h>
5
6
void
rust_helper_init_wait
(
struct
wait_queue_entry
*
wq_entry
)
7
{
8
init_wait
(
wq_entry
);
9
}