mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-09 17:08:11 +00:00
6 lines
79 B
C
6 lines
79 B
C
#ifdef __i386__
|
|
#include "syscalls_32.h"
|
|
#else
|
|
#include "syscalls_64.h"
|
|
#endif
|