Release 4.14 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) | 20 | 62.50% | 2 | 33.33% |
Davide Libenzi | 4 | 12.50% | 1 | 16.67% |
David S. Miller | 4 | 12.50% | 1 | 16.67% |
Stephen Rothwell | 3 | 9.38% | 1 | 16.67% |
Greg Kroah-Hartman | 1 | 3.12% | 1 | 16.67% |
Total | 32 | 100.00% | 6 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.