Sign in
android-kvm
/
linux
/
2a987e65025e2b79c6d453b78cb5985ac6e5eb26
/
.
/
arch
/
x86
/
um
/
shared
/
sysdep
/
syscalls.h
blob: b2060ac707f0c172938614998bd1b9c3985695c2 [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: GPL-2.0 */
#ifdef
__i386__
#include
"syscalls_32.h"
#else
#include
"syscalls_64.h"
#endif