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

7 lines
146 B
C

/* SPDX-License-Identifier: GPL-2.0 */
# ifdef CONFIG_SUPERH32
# include <asm/posix_types_32.h>
# else
# include <asm/posix_types_64.h>
# endif