Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / arch / blackfin / include / uapi / asm / poll.h
blobcd2f1a78aba5722c7d716ac404694c529957cfc6
1 /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
2 /*
3 * Copyright 2004-2009 Analog Devices Inc.
5 * Licensed under the GPL-2 or later.
7 */
9 #ifndef _UAPI__BFIN_POLL_H
10 #define _UAPI__BFIN_POLL_H
12 #define POLLWRNORM POLLOUT
13 #define POLLWRBAND 256
15 #include <asm-generic/poll.h>
17 #endif /* _UAPI__BFIN_POLL_H */