repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WIP FPC-III support
[linux/fpc-iii.git]
/
arch
/
x86
/
um
/
shared
/
sysdep
/
syscalls.h
blob
b2060ac707f0c172938614998bd1b9c3985695c2
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifdef __i386__
3
#include
"syscalls_32.h"
4
#else
5
#include
"syscalls_64.h"
6
#endif