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
accel/qaic: Add AIC200 support
[drm/drm-misc.git]
/
rust
/
helpers
/
wait.c
blob
ae48e33d9da3b0a780722b79b89d8d766efae17b
1
// SPDX-License-Identifier: GPL-2.0
2
3
#include <linux/wait.h>
4
5
void
rust_helper_init_wait
(
struct
wait_queue_entry
*
wq_entry
)
6
{
7
init_wait
(
wq_entry
);
8
}