repo.or.cz
/
wrt350n-kernel.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
[wrt350n-kernel.git]
/
include
/
asm-h8300
/
poll.h
blob
f61540c22d943ec18fd7a2dcfb16a694c6e50f6d
1
#ifndef __H8300_POLL_H
2
#define __H8300_POLL_H
3
4
#define POLLWRNORM POLLOUT
5
#define POLLWRBAND 256
6
7
#include <asm-generic/poll.h>
8
9
#undef POLLREMOVE
10
11
#endif