Sign in
coral
/
linux-mtk
/
4e8e8967651261bfd87345d44013a3f4fa2d1047
/
.
/
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