@Ghazascanner
_2019runbot
Ghazascanner File Manager
server :Linux phpmyadmin-ubuntu-m-2vcpu-16gb-blr1-01 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
Current Path :
/
usr
/
src
/
linux-headers-5.4.0-216-generic
/
arch
/
sh
/
include
/
asm
/
Path :
Upload File :
New :
File
Dir
//usr/src/linux-headers-5.4.0-216-generic/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 */