Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
arch
sparc
include
asm
syscalls.h
Go to the documentation of this file.
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
extern
asmlinkage
int
sparc_execve
(
struct
pt_regs
*
regs
);
12
13
#endif
/* _SPARC64_SYSCALLS_H */
Generated on Thu Jan 10 2013 13:03:35 for Linux Kernel by
1.8.2