2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-19 02:34:01 +08:00
linux-next/include/asm-sh/unistd.h
Paul Mundt 1b6cf8175e sh: Split out syscall ABI for _32 and _64 variants.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
2008-01-28 13:18:45 +09:00

6 lines
84 B
C

#ifdef CONFIG_SUPERH32
# include "unistd_32.h"
#else
# include "unistd_64.h"
#endif