spi: bcm2835: Fix controller unregister order
[linux/fpc-iii.git] / arch / blackfin / include / uapi / asm / poll.h
blob99c7d6816da0bd3af15380153fb7f7bb57056f99
1 /*
2 * Copyright 2004-2009 Analog Devices Inc.
4 * Licensed under the GPL-2 or later.
6 */
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 */