aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/net/bluetooth/amp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/bluetooth/amp.h b/include/net/bluetooth/amp.h
index 1b06d7b01359..b1e54903dd42 100644
--- a/include/net/bluetooth/amp.h
+++ b/include/net/bluetooth/amp.h
@@ -25,6 +25,7 @@ struct amp_ctrl {
25}; 25};
26 26
27int amp_ctrl_put(struct amp_ctrl *ctrl); 27int amp_ctrl_put(struct amp_ctrl *ctrl);
28void amp_ctrl_get(struct amp_ctrl *ctrl);
28struct amp_ctrl *amp_ctrl_add(struct amp_mgr *mgr); 29struct amp_ctrl *amp_ctrl_add(struct amp_mgr *mgr);
29struct amp_ctrl *amp_ctrl_lookup(struct amp_mgr *mgr, u8 id); 30struct amp_ctrl *amp_ctrl_lookup(struct amp_mgr *mgr, u8 id);
30void amp_ctrl_list_flush(struct amp_mgr *mgr); 31void amp_ctrl_list_flush(struct amp_mgr *mgr);