tegrakernel/kernel/kernel-4.9/arch/sh/include/uapi/asm/unistd.h

8 lines
115 B
C
Raw Normal View History

2022-02-16 09:13:02 -06:00
#ifndef __KERNEL__
# ifdef __SH5__
# include <asm/unistd_64.h>
# else
# include <asm/unistd_32.h>
# endif
#endif