2 * Copyright 2004-2009 Analog Devices Inc.
4 * Licensed under the GPL-2 or later.
8 #ifndef _UAPI__BFIN_POLL_H
9 #define _UAPI__BFIN_POLL_H
11 #define POLLWRNORM 4 /* POLLOUT */
12 #define POLLWRBAND 256
14 #include <asm-generic/poll.h>
16 #endif /* _UAPI__BFIN_POLL_H */