Code & Deploy
siGit Code
Git Hosting
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@samitouri
/
QOSamiQemu
QOSamiQemu
/
linux-headers
/
asm-loongarch
/
unistd.h
Code
Commits
Issues
Pulls
Sessions
CI/CD
master
master
h
9 lines
187 Bytes
Copy permalink
Copy
Raw
1
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2
3
#include
<asm/bitsperlong.h>
4
5
#if __BITS_PER_LONG == 32
6
#include
<asm/unistd_32.h>
7
#else
8
#include
<asm/unistd_64.h>
9
#endif