]> Git Repo - linux.git/blob - arch/sparc/include/uapi/asm/poll.h
quota: Wire up quotactl_fd syscall
[linux.git] / arch / sparc / include / uapi / asm / poll.h
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
This page took 0.033045 seconds and 4 git commands to generate.