1 #ifndef _LINUX_USER_RETURN_NOTIFIER_H
2 #define _LINUX_USER_RETURN_NOTIFIER_H
4 #ifdef CONFIG_USER_RETURN_NOTIFIER
6 #include <linux/list.h>
7 #include <linux/sched.h>
18 static inline void propagate_user_return_notify(
struct task_struct *
prev,
29 static inline void clear_user_return_notifier(
struct task_struct *
p)
38 static inline void propagate_user_return_notify(
struct task_struct *prev,
45 static inline void clear_user_return_notifier(
struct task_struct *
p) {}