/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __ASM_GENERIC_POLL_H
#define __ASM_GENERIC_POLL_H
/* These are specified by iBCS2 */
/* The rest seem to be more-or-less nonstandard. Check them! */
#define POLLRDNORM 0x0040
#define POLLRDBAND 0x0080
#define POLLWRNORM 0x0100
#define POLLWRBAND 0x0200
#define POLLREMOVE 0x1000
#define POLLFREE (__poll_t)0x4000 /* currently only for epoll */
#define POLL_BUSY_LOOP (__poll_t)0x8000
#endif /* __ASM_GENERIC_POLL_H */