X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Flinux%2Fsyscalls.h;h=a1d177ce0a08edf101bc26e27416b6102cec43ef;hb=506c10f26c481b7f8ef27c1c79290f68989b2e9e;hp=04fb47bfb920d317c4b5217ebfbb1602e7606d90;hpb=93b8eef1c098efbea2f1fc0be7e3c681f259a7e7;p=mv-sheeva.git diff --git a/include/linux/syscalls.h b/include/linux/syscalls.h index 04fb47bfb92..a1d177ce0a0 100644 --- a/include/linux/syscalls.h +++ b/include/linux/syscalls.h @@ -54,6 +54,7 @@ struct compat_stat; struct compat_timeval; struct robust_list_head; struct getcpu_cache; +struct perf_counter_hw_event; #include #include @@ -549,7 +550,7 @@ asmlinkage long sys_inotify_init(void); asmlinkage long sys_inotify_init1(int flags); asmlinkage long sys_inotify_add_watch(int fd, const char __user *path, u32 mask); -asmlinkage long sys_inotify_rm_watch(int fd, u32 wd); +asmlinkage long sys_inotify_rm_watch(int fd, __s32 wd); asmlinkage long sys_spu_run(int fd, __u32 __user *unpc, __u32 __user *ustatus); @@ -624,4 +625,11 @@ asmlinkage long sys_fallocate(int fd, int mode, loff_t offset, loff_t len); int kernel_execve(const char *filename, char *const argv[], char *const envp[]); + +asmlinkage int sys_perf_counter_open( + + struct perf_counter_hw_event *hw_event_uptr __user, + pid_t pid, + int cpu, + int group_fd); #endif