1 #ifndef __ASM_SH_TYPES_H
2 #define __ASM_SH_TYPES_H
4 #include <asm-generic/types.h>
7 * These aren't exported outside the kernel to avoid name space clashes
12 #ifdef CONFIG_SUPERH32
13 typedef u16 insn_size_t
;
14 typedef u32 reg_size_t
;
16 typedef u32 insn_size_t
;
17 typedef u64 reg_size_t
;
20 #endif /* __ASSEMBLY__ */
21 #endif /* __KERNEL__ */
23 #endif /* __ASM_SH_TYPES_H */