xref: /linux/arch/sh/include/uapi/asm/unistd.h (revision e58e871becec2d3b04ed91c0c16fe8deac9c9dfa)
1 #ifndef __KERNEL__
2 # ifdef __SH5__
3 #  include <asm/unistd_64.h>
4 # else
5 #  include <asm/unistd_32.h>
6 # endif
7 #endif
8