• Home
  • Engineering
  • Training
  • Docs
  • Community
  • Company
  • twitter
  • mastodon
  • linkedin
  • github

Bootlin logo

Elixir Cross Referencer

Open Menu / rust / helpers / poll.c

Projects

  • linux

Versions

  • FIXME
    • FIXME
      • next-20260811
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
// 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);
}
linux next-20260811 Download file Top powered by Elixir a26ba81