diff options
author | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-02-04 06:35:20 +0100 |
---|---|---|
committer | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-02-08 04:46:02 +0100 |
commit | 6de0702b5b93da0ef097aa092b4597fbc024ebba (patch) | |
tree | 601d1ac548d2c5e83be23c9a81472665378e0503 /include | |
parent | Bluetooth: move l2cap_sock_kill() to l2cap_sock.c (diff) | |
download | linux-6de0702b5b93da0ef097aa092b4597fbc024ebba.tar.xz linux-6de0702b5b93da0ef097aa092b4597fbc024ebba.zip |
Bluetooth: move __l2cap_sock_close() to l2cap_sock.c
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
Diffstat (limited to 'include')
-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); void l2cap_sock_init(struct sock *sk, struct sock *parent); struct sock *l2cap_sock_alloc(struct net *net, struct socket *sock, int proto, gfp_t prio); +void l2cap_send_disconn_req(struct l2cap_conn *conn, struct sock *sk, int err); +void l2cap_chan_del(struct sock *sk, int err); int l2cap_do_connect(struct sock *sk); void l2cap_load(void); |