repo.or.cz
/
linux-3.6.7-moxart.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Adding support for MOXA ART SoC. Testing port of linux-2.6.32.60-moxart.
[linux-3.6.7-moxart.git]
/
arch
/
x86
/
um
/
shared
/
sysdep
/
syscalls.h
blob
ca255a805ed936ea059312b0990e884bb2b07e1b
1
extern
long
sys_clone
(
unsigned long
clone_flags
,
unsigned long
newsp
,
2
void
__user
*
parent_tid
,
void
__user
*
child_tid
);
3
#ifdef __i386__
4
#include
"syscalls_32.h"
5
#else
6
#include
"syscalls_64.h"
7
#endif