summaryrefslogtreecommitdiffstats
path: root/include/linux/wait.h
blob: e2df8878ed78d67e2669eac651f82dc76943e331 (plain)
1
2
3
4
5
6
7
8
9
10
11
#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 */