Release 4.14 arch/sh/include/asm/types.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __ASM_SH_TYPES_H
#define __ASM_SH_TYPES_H
#include <uapi/asm/types.h>
/*
* These aren't exported outside the kernel to avoid name space clashes
*/
#ifndef __ASSEMBLY__
#ifdef CONFIG_SUPERH32
typedef u16 insn_size_t;
typedef u32 reg_size_t;
#else
typedef u32 insn_size_t;
typedef u64 reg_size_t;
#endif
#endif /* __ASSEMBLY__ */
#endif /* __ASM_SH_TYPES_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Paul Mundt | 23 | 53.49% | 3 | 37.50% |
Linus Torvalds (pre-git) | 10 | 23.26% | 1 | 12.50% |
Kai Germaschewski | 6 | 13.95% | 1 | 12.50% |
H. Peter Anvin | 2 | 4.65% | 1 | 12.50% |
Greg Kroah-Hartman | 1 | 2.33% | 1 | 12.50% |
David Howells | 1 | 2.33% | 1 | 12.50% |
Total | 43 | 100.00% | 8 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.