Release 4.14 arch/m32r/include/asm/types.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASM_M32R_TYPES_H
#define _ASM_M32R_TYPES_H
#include <uapi/asm/types.h>
/*
* These aren't exported outside the kernel to avoid name space clashes
*/
#define BITS_PER_LONG 32
#endif /* _ASM_M32R_TYPES_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Hirokazu Takata | 14 | 77.78% | 2 | 40.00% |
H. Peter Anvin | 2 | 11.11% | 1 | 20.00% |
David Howells | 1 | 5.56% | 1 | 20.00% |
Greg Kroah-Hartman | 1 | 5.56% | 1 | 20.00% |
Total | 18 | 100.00% | 5 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.