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
x86, efi: Set runtime_version to the EFI spec revision
[linux/fpc-iii.git]
/
arch
/
sparc
/
include
/
asm
/
syscalls.h
blob
bf8972adea173329cabc6dc4044d8c6dd8089d7e
1
#ifndef _SPARC64_SYSCALLS_H
2
#define _SPARC64_SYSCALLS_H
3
4
struct
pt_regs
;
5
6
extern
asmlinkage
long
sparc_do_fork
(
unsigned long
clone_flags
,
7
unsigned long
stack_start
,
8
struct
pt_regs
*
regs
,
9
unsigned long
stack_size
);
10
11
#endif
/* _SPARC64_SYSCALLS_H */