Sign in
gem5
/
arm
/
linux
/
0eb96bf754d7fa6635aa0b0f6650c74b8a6b1cc9
/
.
/
arch
/
sh
/
include
/
uapi
/
asm
/
posix_types.h
blob: 2644fdd444e660e5f3987cdf4f178981fbdb4982 [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef
__KERNEL__
# ifdef __SH5__
# include <asm/posix_types_64.h>
# else
# include <asm/posix_types_32.h>
# endif
#endif
/* __KERNEL__ */