Files

9 lines
164 B
C
Raw Permalink Normal View History

2024-08-15 10:30:26 +00:00
// SPDX-License-Identifier: GPL-2.0
#include <linux/wait.h>
2026-01-05 12:42:38 +00:00
__rust_helper void rust_helper_init_wait(struct wait_queue_entry *wq_entry)
2024-08-15 10:30:26 +00:00
{
init_wait(wq_entry);
}