Robin Getz | 96f1050 | 2009-09-24 14:11:24 +0000 | [diff] [blame] | 1 | /* |
2 | * Copyright 2004-2009 Analog Devices Inc. | ||||
3 | * | ||||
4 | * Licensed under the GPL-2 or later. | ||||
5 | * | ||||
6 | */ | ||||
7 | |||||
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 8 | #ifndef __BFIN_POLL_H |
9 | #define __BFIN_POLL_H | ||||
10 | |||||
Mike Frysinger | 3be5646 | 2009-06-13 10:41:25 -0400 | [diff] [blame] | 11 | #define POLLWRNORM 4 /* POLLOUT */ |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 12 | #define POLLWRBAND 256 |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 13 | |
Mike Frysinger | 3be5646 | 2009-06-13 10:41:25 -0400 | [diff] [blame] | 14 | #include <asm-generic/poll.h> |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 15 | |
Mike Frysinger | 3be5646 | 2009-06-13 10:41:25 -0400 | [diff] [blame] | 16 | #endif |