aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/sh/include/uapi/asm/posix_types.h
blob: 2644fdd444e660e5f3987cdf4f178981fbdb4982 (plain) (blame)
1
2
3
4
5
6
7
8
/* 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__ */