raid5-ppl: PPL support for disks with write-back cache enabled
[linux-2.6-block.git] / arch / mips / include / uapi / asm / poll.h
CommitLineData
6f52b16c 1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
1da177e4
LT
2#ifndef __ASM_POLL_H
3#define __ASM_POLL_H
4
1da177e4
LT
5#define POLLWRNORM POLLOUT
6#define POLLWRBAND 0x0100
7
04dd08b4 8#include <asm-generic/poll.h>
1da177e4
LT
9
10#endif /* __ASM_POLL_H */