M7350/kernel/arch/sh/include/uapi/asm/unistd.h

8 lines
115 B
C
Raw Normal View History

2024-09-09 08:57:42 +00:00
#ifndef __KERNEL__
# ifdef __SH5__
# include <asm/unistd_64.h>
# else
# include <asm/unistd_32.h>
# endif
#endif