Sign in
gem5
/
arm
/
linux
/
623859ae06b85cabba79ce78f0d49e67783d4c34
/
.
/
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