|
From: Peter K. <pk...@us...> - 2001-05-17 15:35:43
|
The following files were modified in linux/include/linux/bluetooth:
Name Old version New version Comment
---- ----------- ----------- -------
hci.h 1.56 1.57=20=20=20=20=20=20=20=20=20=20=20=20
hci_internal.h 1.15 1.16=20=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
Moved declaration of hci_receive_hq() and hci_receive_bcsp() to
hci.h from hci_internal.h
The diff of the modified file(s):
--- hci.h 2001/05/15 15:08:00 1.56
+++ hci.h 2001/05/17 15:35:42 1.57
@@ -98,6 +98,8 @@
#ifdef CONFIG_BLUETOOTH_USE_BCSP
void hci_receive_event(u8 *data, s32 count);
void hci_receive_acl(u8 *data, s32 count);
+void hci_receive_hq(u8 *data, u32 count);
+void hci_receive_bcsp(u8 *data, u32 count);
#endif
=20
s32 lp_connect_req(u8 bd_addr[]);
--- hci_internal.h 2001/05/15 15:21:16 1.15
+++ hci_internal.h 2001/05/17 15:35:42 1.16
@@ -352,11 +352,6 @@
s32 send_cmd(u8 *cmd, u8 len);
s32 send_cmd_block(u8 *cmd, u8 len);
=20
-#ifdef CONFIG_BLUETOOTH_USE_BCSP
-void hci_receive_hq(u8 *data, u32 count);
-void hci_receive_bcsp(u8 *data, u32 count);
-#endif
-
/*
Called from hci.c.
Implemented in hci_vendor.c
@@ -365,4 +360,5 @@
void process_vendor_event(u8 *buf, u32 len, u32 event_code);
s32 hci_set_buffer_sizes(u16 len, u16 num);
#endif
+
/****************** END OF FILE hci_internal.h ***************************=
***/
|