diff options
Diffstat (limited to 'include/linux/syscalls.h')
| -rw-r--r-- | include/linux/syscalls.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/syscalls.h b/include/linux/syscalls.h index 04fb47bfb920..6cce728a6263 100644 --- a/include/linux/syscalls.h +++ b/include/linux/syscalls.h | |||
| @@ -624,4 +624,10 @@ asmlinkage long sys_fallocate(int fd, int mode, loff_t offset, loff_t len); | |||
| 624 | 624 | ||
| 625 | int kernel_execve(const char *filename, char *const argv[], char *const envp[]); | 625 | int kernel_execve(const char *filename, char *const argv[], char *const envp[]); |
| 626 | 626 | ||
| 627 | asmlinkage int | ||
| 628 | sys_perf_counter_open(u32 hw_event_type, | ||
| 629 | u32 hw_event_period, | ||
| 630 | u32 record_type, | ||
| 631 | pid_t pid, | ||
| 632 | int cpu); | ||
| 627 | #endif | 633 | #endif |
