Sign in
zircon-guest
/
third_party
/
linux
/
56536cb602eaf2f2f59c72d8f31de8112ce315ff
/
.
/
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