android_kernel_samsung_on5x.../arch/x86/um/shared/sysdep/syscalls.h
2018-06-19 23:16:04 +02:00

5 lines
79 B
C

#ifdef __i386__
#include "syscalls_32.h"
#else
#include "syscalls_64.h"
#endif