Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
[sfrench/cifs-2.6.git] / arch / blackfin / include / uapi / asm / poll.h
1 /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
2 /*
3  * Copyright 2004-2009 Analog Devices Inc.
4  *
5  * Licensed under the GPL-2 or later.
6  *
7  */
8
9 #ifndef _UAPI__BFIN_POLL_H
10 #define _UAPI__BFIN_POLL_H
11
12 #define POLLWRNORM      4 /* POLLOUT */
13 #define POLLWRBAND      256
14
15 #include <asm-generic/poll.h>
16
17 #endif /* _UAPI__BFIN_POLL_H */