diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/preempt.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/preempt.h b/include/linux/preempt.h index 0f1534acaf60..84991f185173 100644 --- a/include/linux/preempt.h +++ b/include/linux/preempt.h | |||
@@ -293,6 +293,8 @@ struct preempt_notifier { | |||
293 | struct preempt_ops *ops; | 293 | struct preempt_ops *ops; |
294 | }; | 294 | }; |
295 | 295 | ||
296 | void preempt_notifier_inc(void); | ||
297 | void preempt_notifier_dec(void); | ||
296 | void preempt_notifier_register(struct preempt_notifier *notifier); | 298 | void preempt_notifier_register(struct preempt_notifier *notifier); |
297 | void preempt_notifier_unregister(struct preempt_notifier *notifier); | 299 | void preempt_notifier_unregister(struct preempt_notifier *notifier); |
298 | 300 | ||