Sign in
◑
Theme
android
/
kernel
/
common
/
3ec022196c4e
/
.
/
rust
/
helpers
/
poll.c
blob: aa4ee5062d69a00bec7f37afb28c2ce5edf802ff [
file
]
// SPDX-License-Identifier: GPL-2.0
#include
<linux/export.h>
#include
<linux/poll.h>
__rust_helper
void
rust_helper_poll_wait
(
struct
file
*
filp
,
wait_queue_head_t
*
wait_address
,
poll_table
*
p
)
{
poll_wait
(
filp
,
wait_address
,
p
);
}