summaryrefslogtreecommitdiff
path: root/arch/loongarch/include/uapi/asm/unistd.h
blob: e19c7f2f9f87a49a49a6425506508f5c0efc3315 (plain)
1
2
3
4
5
6
7
8
9
/* 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