summaryrefslogtreecommitdiffstats
path: root/include/linux/wait.h
blob: e4b0e2a49207fa4adb24f7110eb066364b0345cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef _LINUX_WAIT_H
#define _LINUX_WAIT_H
/*
 * Linux wait queue related types and methods
 */

typedef int	wait_queue_head_t;

#define init_waitqueue_head(...)	do { } while (0)

#endif /* _LINUX_WAIT_H */