linux-surface/kernel/arch/sh/include/uapi/asm/posix_types.h
2017-11-05 21:38:20 -05:00

9 lines
205 B
C

/* 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__ */