dashboard
repositories
activity
search
login
Failed to find commit "25c72f09e887f85fcff4a3f978d294da97ab1420" in ~ljy/RK356X_SDK_RELEASE.git!
hc
/
RK356X_SDK_RELEASE
forked from
~ljy/RK356X_SDK_RELEASE
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
变更IO驱动
hc
2023-08-29
185649640333407ac269f396d6adcc4b25bfb474
[~hc/RK356X_SDK_RELEASE.git]
/
kernel
/
arch
/
x86
/
um
/
shared
/
sysdep
/
syscalls.h
1
2
3
4
5
6
/* SPDX-License-Identifier: GPL-2.0 */
#ifdef __i386__
#include "syscalls_32.h"
#else
#include "syscalls_64.h"
#endif