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