diff options
author | David S. Miller <davem@davemloft.net> | 2009-05-04 21:31:29 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-05-04 21:31:29 -0700 |
commit | bc83871e8325bb17da2930a76c2a3806377a76c5 (patch) | |
tree | af43c8f91eb05c92c609ddcaec26eb8f23155bc4 /include | |
parent | e151a60ad1faffb6241cf7eb6846353df1f33a32 (diff) | |
parent | a67e899cf38ae542d1a028ccd021f9189f76fb74 (diff) |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6
Diffstat (limited to 'include')
-rw-r--r-- | include/net/bluetooth/hci_core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h index be5bd713d2c..73aead222b3 100644 --- a/include/net/bluetooth/hci_core.h +++ b/include/net/bluetooth/hci_core.h @@ -457,6 +457,7 @@ int hci_recv_fragment(struct hci_dev *hdev, int type, void *data, int count); int hci_register_sysfs(struct hci_dev *hdev); void hci_unregister_sysfs(struct hci_dev *hdev); +void hci_conn_init_sysfs(struct hci_conn *conn); void hci_conn_add_sysfs(struct hci_conn *conn); void hci_conn_del_sysfs(struct hci_conn *conn); |