Sign in
android
/
kernel
/
common.git
/
refs/heads/android16-6.12
/
.
/
rust
/
helpers
/
wait.c
blob: 341d0a7a5e69327e8f1bbf791bb0fda364985c33 [
file
] [
log
] [
blame
] [
edit
]
// SPDX-License-Identifier: GPL-2.0
#include
<linux/export.h>
#include
<linux/wait.h>
__rust_helper
void
rust_helper_init_wait
(
struct
wait_queue_entry
*
wq_entry
)
{
init_wait
(
wq_entry
);
}