2017-11-01 10:08:43 -04:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
|
2005-04-16 18:20:36 -04: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 18:20:36 -04:00
|
|
|
|
2007-05-11 01:22:40 -04:00
|
|
|
#include <asm-generic/poll.h>
|
2005-04-16 18:20:36 -04:00
|
|
|
|
|
|
|
#endif /* __ASM_POLL_H */
|