avr32: fix build error in ATSTK1002 code
[linux-2.6/libata-dev.git] / arch / blackfin / include / asm / poll.h
blob072d8966c5c3cc4fe94082df0e00ee41cff7ffd6
1 /*
2 * Copyright 2004-2009 Analog Devices Inc.
4 * Licensed under the GPL-2 or later.
6 */
8 #ifndef __BFIN_POLL_H
9 #define __BFIN_POLL_H
11 #define POLLWRNORM 4 /* POLLOUT */
12 #define POLLWRBAND 256
14 #include <asm-generic/poll.h>
16 #endif