Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / arch / frv / include / uapi / asm / poll.h
blobf55b45f475eca8f779443a003e8b4231776d0240
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 #ifndef _ASM_POLL_H
3 #define _ASM_POLL_H
5 #define POLLWRNORM POLLOUT
6 #define POLLWRBAND 256
8 #include <asm-generic/poll.h>
9 #undef POLLREMOVE
11 #endif