Upstream: https://gitlab.com/qemu-project/qemu.git Upstream-Commit: d2e570cc0f97b936902a5b1b86b73c0f5998b475
10 lines
187 B
C
10 lines
187 B
C
/* 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
|