Sign in
qemu
/
qemu
/
cbb724e0bd3fde72f0d68abceb79c6d94de08e01
/
.
/
linux-headers
/
asm-loongarch
/
unistd.h
blob: e19c7f2f9f87a49a49a6425506508f5c0efc3315 [
file
] [
log
] [
blame
]
/* 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