2025-06-23 13:57:27 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0
|
|
|
|
|
|
|
|
|
|
#include <linux/export.h>
|
|
|
|
|
#include <linux/poll.h>
|
|
|
|
|
|
2025-12-02 19:37:53 +00:00
|
|
|
__rust_helper void rust_helper_poll_wait(struct file *filp,
|
|
|
|
|
wait_queue_head_t *wait_address,
|
|
|
|
|
poll_table *p)
|
2025-06-23 13:57:27 +00:00
|
|
|
{
|
|
|
|
|
poll_wait(filp, wait_address, p);
|
|
|
|
|
}
|