18 #ifndef _COBALT_X86_ASM_UAPI_SYSCALL_H
19 #define _COBALT_X86_ASM_UAPI_SYSCALL_H
21 #if defined(__x86_64__) && defined(__ILP32__)
22 #define __xn_syscall_base __COBALT_X32_BASE
24 #define __xn_syscall_base 0
27 #define __xn_syscode(__nr) (__COBALT_SYSCALL_BIT | (__nr + __xn_syscall_base))