repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
KVM: SVM: clean up nestec vmload/vmsave paths
[linux/fpc-iii.git]
/
arch
/
blackfin
/
include
/
asm
/
poll.h
blob
a0556671357b8d9aee8568d57abecd957352dd1a
1
#ifndef __BFIN_POLL_H
2
#define __BFIN_POLL_H
3
4
#define POLLWRNORM 4
/* POLLOUT */
5
#define POLLWRBAND 256
6
7
#include <asm-generic/poll.h>
8
9
#endif