repo.or.cz
/
linux-2.6
/
linux-mips
/
linux-dm7025.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 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
[linux-2.6/linux-mips/linux-dm7025.git]
/
include
/
asm-v850
/
poll.h
blob
803cad0b9b59388f16c1854795a10065cfd98349
1
#ifndef __V850_POLL_H__
2
#define __V850_POLL_H__
3
4
#define POLLWRNORM POLLOUT
5
#define POLLWRBAND 0x0100
6
7
#include <asm-generic/poll.h>
8
9
#endif
/* __V850_POLL_H__ */