Blackfin: decouple unrelated cache settings to get exact behavior
[linux-2.6] / 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