Newer
Older
barebox / include / linux / wait.h
@Yegor Yefremov Yegor Yefremov on 3 Feb 2016 208 bytes Introduce include/linux/wait.h
#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 */