repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git]
/
arch
/
frv
/
include
/
uapi
/
asm
/
poll.h
blob
f55b45f475eca8f779443a003e8b4231776d0240
1
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2
#ifndef _ASM_POLL_H
3
#define _ASM_POLL_H
4
5
#define POLLWRNORM POLLOUT
6
#define POLLWRBAND 256
7
8
#include <asm-generic/poll.h>
9
#undef POLLREMOVE
10
11
#endif