diff options
Diffstat (limited to 'include/linux/uwb.h')
-rw-r--r-- | include/linux/uwb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/uwb.h b/include/linux/uwb.h index 881f0c5b6d28..c4854848999d 100644 --- a/include/linux/uwb.h +++ b/include/linux/uwb.h | |||
@@ -540,6 +540,8 @@ void uwb_rc_rm(struct uwb_rc *); | |||
540 | void uwb_rc_neh_grok(struct uwb_rc *, void *, size_t); | 540 | void uwb_rc_neh_grok(struct uwb_rc *, void *, size_t); |
541 | void uwb_rc_neh_error(struct uwb_rc *, int); | 541 | void uwb_rc_neh_error(struct uwb_rc *, int); |
542 | void uwb_rc_reset_all(struct uwb_rc *rc); | 542 | void uwb_rc_reset_all(struct uwb_rc *rc); |
543 | void uwb_rc_pre_reset(struct uwb_rc *rc); | ||
544 | void uwb_rc_post_reset(struct uwb_rc *rc); | ||
543 | 545 | ||
544 | /** | 546 | /** |
545 | * uwb_rsv_is_owner - is the owner of this reservation the RC? | 547 | * uwb_rsv_is_owner - is the owner of this reservation the RC? |