x86/speculation/mds: Fix documentation typo
[linux/fpc-iii.git] / arch / blackfin / include / uapi / asm / poll.h
blob8b094d43e9b72b134bb1844e503bb6a66555ca1b
1 /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
2 /*
3 * Copyright 2004-2009 Analog Devices Inc.
5 * Licensed under the GPL-2 or later.
7 */
9 #ifndef _UAPI__BFIN_POLL_H
10 #define _UAPI__BFIN_POLL_H
12 #define POLLWRNORM 4 /* POLLOUT */
13 #define POLLWRBAND 256
15 #include <asm-generic/poll.h>
17 #endif /* _UAPI__BFIN_POLL_H */