diff options
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/bluetooth/l2cap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/bluetooth/l2cap.h b/include/net/bluetooth/l2cap.h index 3de90a91a4e4..0a0134161b1b 100644 --- a/include/net/bluetooth/l2cap.h +++ b/include/net/bluetooth/l2cap.h | |||
@@ -469,6 +469,7 @@ struct sock *l2cap_sock_alloc(struct net *net, struct socket *sock, | |||
469 | void l2cap_send_disconn_req(struct l2cap_conn *conn, struct l2cap_chan *chan, int err); | 469 | void l2cap_send_disconn_req(struct l2cap_conn *conn, struct l2cap_chan *chan, int err); |
470 | struct l2cap_chan *l2cap_chan_alloc(struct sock *sk); | 470 | struct l2cap_chan *l2cap_chan_alloc(struct sock *sk); |
471 | void l2cap_chan_del(struct l2cap_chan *chan, int err); | 471 | void l2cap_chan_del(struct l2cap_chan *chan, int err); |
472 | void l2cap_chan_free(struct l2cap_chan *chan); | ||
472 | int l2cap_chan_connect(struct l2cap_chan *chan); | 473 | int l2cap_chan_connect(struct l2cap_chan *chan); |
473 | 474 | ||
474 | #endif /* __L2CAP_H */ | 475 | #endif /* __L2CAP_H */ |