mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-04 20:23:04 +09:00
6 lines
79 B
C
6 lines
79 B
C
#ifdef __i386__
|
|
#include "syscalls_32.h"
|
|
#else
|
|
#include "syscalls_64.h"
|
|
#endif
|