Sign in
linux
/
linux
/
kernel
/
git
/
davem
/
net
/
refs/tags/v5.4-rc6
/
.
/
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__ */