2017-11-01 14:08:43 +00:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
|
2005-04-16 22:20:36 +00:00
|
|
|
#ifndef __ASM_POLL_H
|
|
|
|
#define __ASM_POLL_H
|
|
|
|
|
|
|
|
#define POLLWRNORM POLLOUT
|
2018-02-01 20:13:18 +00:00
|
|
|
#define POLLWRBAND 0x0100
|
2005-04-16 22:20:36 +00:00
|
|
|
|
2007-05-11 05:22:40 +00:00
|
|
|
#include <asm-generic/poll.h>
|
2005-04-16 22:20:36 +00:00
|
|
|
|
|
|
|
#endif /* __ASM_POLL_H */
|