mirror of
https://gitee.com/openharmony/kernel_linux
synced 2025-05-23 07:06:49 +00:00
6 lines
79 B
C
6 lines
79 B
C
#ifdef __i386__
|
|
#include "syscalls_32.h"
|
|
#else
|
|
#include "syscalls_64.h"
|
|
#endif
|