/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_SEGMENT_H #define _ASM_SEGMENT_H typedef struct { unsigned long seg; } mm_segment_t; #endifOverall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Linus Torvalds | 18 | 94.74% | 1 | 50.00% |
Greg Kroah-Hartman | 1 | 5.26% | 1 | 50.00% |
Total | 19 | 100.00% | 2 | 100.00% |