repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
drm/rockchip: vop2: Fix the windows switch between different layers
[drm/drm-misc.git]
/
arch
/
sparc
/
include
/
uapi
/
asm
/
poll.h
blob
72356c99912579666d30fcbb09f33479f327980d
1
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2
#ifndef __SPARC_POLL_H
3
#define __SPARC_POLL_H
4
5
#define POLLWRNORM POLLOUT
6
#define POLLWRBAND 256
7
#define POLLMSG 512
8
#define POLLREMOVE 1024
9
#define POLLRDHUP 2048
10
11
#include <asm-generic/poll.h>
12
13
#endif