patch-2.4.21 linux-2.4.21/net/bluetooth/syms.c
Next file: linux-2.4.21/net/bridge/br_if.c
Previous file: linux-2.4.21/net/bluetooth/sco.c
Back to the patch index
Back to the overall index
-  Lines: 19
-  Date:
2003-06-13 07:51:39.000000000 -0700
-  Orig file: 
linux-2.4.20/net/bluetooth/syms.c
-  Orig date: 
2002-08-02 17:39:46.000000000 -0700
diff -urN linux-2.4.20/net/bluetooth/syms.c linux-2.4.21/net/bluetooth/syms.c
@@ -44,6 +44,9 @@
 /* HCI Core */
 EXPORT_SYMBOL(hci_register_dev);
 EXPORT_SYMBOL(hci_unregister_dev);
+EXPORT_SYMBOL(hci_suspend_dev);
+EXPORT_SYMBOL(hci_resume_dev);
+
 EXPORT_SYMBOL(hci_register_proto);
 EXPORT_SYMBOL(hci_unregister_proto);
 
@@ -56,7 +59,7 @@
 EXPORT_SYMBOL(hci_recv_frame);
 EXPORT_SYMBOL(hci_send_acl);
 EXPORT_SYMBOL(hci_send_sco);
-EXPORT_SYMBOL(hci_send_raw);
+EXPORT_SYMBOL(hci_send_cmd);
 EXPORT_SYMBOL(hci_si_event);
 
 /* BlueZ lib */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)