Merge branch 'for-2.6.32' into mxc
[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