0a9426df18
Signed-off-by: David Howells <dhowells@redhat.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Michael Kerrisk <mtk.manpages@gmail.com> Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Acked-by: Dave Jones <davej@redhat.com>
8 lines
115 B
C
8 lines
115 B
C
#ifndef __KERNEL__
|
|
# ifdef __SH5__
|
|
# include <asm/unistd_64.h>
|
|
# else
|
|
# include <asm/unistd_32.h>
|
|
# endif
|
|
#endif
|