Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/dvrabel/uwb
[pandora-kernel.git] / arch / blackfin / include / asm / poll.h
1 #ifndef __BFIN_POLL_H
2 #define __BFIN_POLL_H
3
4 #define POLLWRNORM      4 /* POLLOUT */
5 #define POLLWRBAND      256
6
7 #include <asm-generic/poll.h>
8
9 #endif