1 /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
3 * Copyright 2004-2009 Analog Devices Inc.
5 * Licensed under the GPL-2 or later.
9 #ifndef _UAPI__BFIN_POLL_H
10 #define _UAPI__BFIN_POLL_H
12 #define POLLWRNORM POLLOUT
13 #define POLLWRBAND 256
15 #include <asm-generic/poll.h>
17 #endif /* _UAPI__BFIN_POLL_H */