aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/include/asm/poll.h
blob: 47b9520804315b718611797bf02174d97d8c8903 (plain)
1
2
3
4
5
6
7
8
9
#ifndef __ASM_POLL_H
#define __ASM_POLL_H

#define POLLWRNORM	POLLOUT
#define POLLWRBAND	0x0100

#include <asm-generic/poll.h>

#endif /* __ASM_POLL_H */