aboutsummaryrefslogtreecommitdiffstats
path: root/arch/h8300/include/uapi/asm/poll.h
blob: f61540c22d943ec18fd7a2dcfb16a694c6e50f6d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#ifndef __H8300_POLL_H
#define __H8300_POLL_H

#define POLLWRNORM	POLLOUT
#define POLLWRBAND	256

#include <asm-generic/poll.h>

#undef POLLREMOVE

#endif