aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-v850/poll.h
blob: 803cad0b9b59388f16c1854795a10065cfd98349 (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef __V850_POLL_H__
#define __V850_POLL_H__

#define POLLWRNORM	POLLOUT
#define POLLWRBAND	0x0100

#include <asm-generic/poll.h>

#endif /* __V850_POLL_H__ */