Go to the documentation of this file.
18 #ifndef _ASM_TILE_SYSCALLS_H
19 #define _ASM_TILE_SYSCALLS_H
21 #include <linux/compiler.h>
22 #include <linux/linkage.h>
23 #include <linux/signal.h>
24 #include <linux/types.h>
45 u32 len_lo,
u32 len_hi,
int advice);
49 #define sys_mmap sys_mmap
60 long sys_fcntl64(
unsigned int fd,
unsigned int cmd,
unsigned long arg);
61 long sys_fstat64(
unsigned long fd,
struct stat64 __user *statbuf);
69 long _sys_clone(
unsigned long clone_flags,
unsigned long newsp,
70 void __user *parent_tid,
void __user *child_tid);
72 const char __user *
const __user *argv,
73 const char __user *
const __user *envp);