/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_PIPE_H #define __ASM_PIPE_H #ifndef PAGE_SIZE #include <asm/page.h> #endif #define PIPE_BUF PAGE_SIZE #endifOverall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Linus Torvalds (pre-git) | 20 | 95.24% | 1 | 50.00% |
Greg Kroah-Hartman | 1 | 4.76% | 1 | 50.00% |
Total | 21 | 100.00% | 2 | 100.00% |