blob: fc9d18d2d8d1a58f5473417f8d4eef2b8922bfd8 [file] [log] [blame]
Elliott Hughes180edef2023-11-02 00:08:05 +00001/*
2 * This file is auto-generated. Modifications will be lost.
3 *
4 * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/
5 * for more information.
6 */
Elliott Hughesabd62612013-11-08 11:45:48 -08007#ifndef _UAPI_ASM_X86_UNISTD_H
8#define _UAPI_ASM_X86_UNISTD_H
Christopher Ferrisaf09c702020-06-01 20:29:29 -07009#define __X32_SYSCALL_BIT 0x40000000
Elliott Hughesabd62612013-11-08 11:45:48 -080010#ifdef __i386__
Elliott Hughesabd62612013-11-08 11:45:48 -080011#include <asm/unistd_32.h>
12#elif defined(__ILP32__)
13#include <asm/unistd_x32.h>
14#else
Elliott Hughesabd62612013-11-08 11:45:48 -080015#include <asm/unistd_64.h>
16#endif
17#endif