aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2005-10-28 19:20:48 +0200
committerMarcel Holtmann <marcel@holtmann.org>2005-10-28 19:20:48 +0200
commit6516455d3b42b33759a33a8102c1b8b48af4d9c9 (patch)
treee7395ebcfa68c4a5aa25d80e4b279313f3fdea3e /include/net
parent[Bluetooth] Cleanup of the HCI UART driver (diff)
downloadlinux-dev-6516455d3b42b33759a33a8102c1b8b48af4d9c9.tar.xz
linux-dev-6516455d3b42b33759a33a8102c1b8b48af4d9c9.zip
[Bluetooth] Make more functions static
This patch makes another bunch of functions static. Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'include/net')
-rw-r--r--include/net/bluetooth/bluetooth.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/net/bluetooth/bluetooth.h b/include/net/bluetooth/bluetooth.h
index 210458624840..e42d728b1620 100644
--- a/include/net/bluetooth/bluetooth.h
+++ b/include/net/bluetooth/bluetooth.h
@@ -171,4 +171,10 @@ static inline int skb_frags_no(struct sk_buff *skb)
int bt_err(__u16 code);
+extern int hci_sock_init(void);
+extern int hci_sock_cleanup(void);
+
+extern int bt_sysfs_init(void);
+extern void bt_sysfs_cleanup(void);
+
#endif /* __BLUETOOTH_H */