Sign in
◑
Theme
kunit
/
linux
/
refs/heads/kselftest/kunit
/
.
/
arch
/
loongarch
/
include
/
uapi
/
asm
/
unistd.h
blob: e19c7f2f9f87a49a49a6425506508f5c0efc3315 [
file
] [
edit
]
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#include
<asm/bitsperlong.h>
#if __BITS_PER_LONG == 32
#include
<asm/unistd_32.h>
#else
#include
<asm/unistd_64.h>
#endif