diff options
Diffstat (limited to 'include/net/bluetooth')
| -rw-r--r-- | include/net/bluetooth/l2cap.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/bluetooth/l2cap.h b/include/net/bluetooth/l2cap.h index d4c93eded727..75ef0b2948f9 100644 --- a/include/net/bluetooth/l2cap.h +++ b/include/net/bluetooth/l2cap.h | |||
| @@ -451,6 +451,8 @@ void l2cap_sock_kill(struct sock *sk); | |||
| 451 | void l2cap_sock_init(struct sock *sk, struct sock *parent); | 451 | void l2cap_sock_init(struct sock *sk, struct sock *parent); |
| 452 | struct sock *l2cap_sock_alloc(struct net *net, struct socket *sock, | 452 | struct sock *l2cap_sock_alloc(struct net *net, struct socket *sock, |
| 453 | int proto, gfp_t prio); | 453 | int proto, gfp_t prio); |
| 454 | void l2cap_send_disconn_req(struct l2cap_conn *conn, struct sock *sk, int err); | ||
| 455 | void l2cap_chan_del(struct sock *sk, int err); | ||
| 454 | int l2cap_do_connect(struct sock *sk); | 456 | int l2cap_do_connect(struct sock *sk); |
| 455 | 457 | ||
| 456 | void l2cap_load(void); | 458 | void l2cap_load(void); |
