Release 4.16 arch/sparc/include/uapi/asm/poll.h
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __SPARC_POLL_H
#define __SPARC_POLL_H
#define POLLWRNORM POLLOUT
#define POLLWRBAND 256
#define POLLMSG 512
#define POLLREMOVE 1024
#define POLLRDHUP 2048
#include <asm-generic/poll.h>
#endif
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Linus Torvalds (pre-git) | 18 | 56.25% | 2 | 28.57% |
Al Viro | 4 | 12.50% | 1 | 14.29% |
Stephen Rothwell | 3 | 9.38% | 1 | 14.29% |
David S. Miller | 3 | 9.38% | 1 | 14.29% |
Davide Libenzi | 3 | 9.38% | 1 | 14.29% |
Greg Kroah-Hartman | 1 | 3.12% | 1 | 14.29% |
Total | 32 | 100.00% | 7 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.