aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/uwb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/uwb.h')
-rw-r--r--include/linux/uwb.h2
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 *);
540void uwb_rc_neh_grok(struct uwb_rc *, void *, size_t); 540void uwb_rc_neh_grok(struct uwb_rc *, void *, size_t);
541void uwb_rc_neh_error(struct uwb_rc *, int); 541void uwb_rc_neh_error(struct uwb_rc *, int);
542void uwb_rc_reset_all(struct uwb_rc *rc); 542void uwb_rc_reset_all(struct uwb_rc *rc);
543void uwb_rc_pre_reset(struct uwb_rc *rc);
544void 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?