diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/tracepoint.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/tracepoint.h b/include/linux/tracepoint.h index 69a298b07357..9d30ee469c2a 100644 --- a/include/linux/tracepoint.h +++ b/include/linux/tracepoint.h | |||
@@ -80,6 +80,11 @@ static inline void tracepoint_synchronize_unregister(void) | |||
80 | synchronize_sched(); | 80 | synchronize_sched(); |
81 | } | 81 | } |
82 | 82 | ||
83 | #ifdef CONFIG_HAVE_SYSCALL_TRACEPOINTS | ||
84 | extern void syscall_regfunc(void); | ||
85 | extern void syscall_unregfunc(void); | ||
86 | #endif /* CONFIG_HAVE_SYSCALL_TRACEPOINTS */ | ||
87 | |||
83 | #define PARAMS(args...) args | 88 | #define PARAMS(args...) args |
84 | 89 | ||
85 | #endif /* _LINUX_TRACEPOINT_H */ | 90 | #endif /* _LINUX_TRACEPOINT_H */ |