Release 4.14 arch/mips/include/uapi/asm/poll.h
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __ASM_POLL_H
#define __ASM_POLL_H
#define POLLWRNORM POLLOUT
#define POLLWRBAND 0x0100
#include <asm-generic/poll.h>
#endif /* __ASM_POLL_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Linus Torvalds (pre-git) | 14 | 66.67% | 1 | 25.00% |
Ralf Bächle | 3 | 14.29% | 1 | 25.00% |
Stephen Rothwell | 3 | 14.29% | 1 | 25.00% |
Greg Kroah-Hartman | 1 | 4.76% | 1 | 25.00% |
Total | 21 | 100.00% | 4 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.