|
From: Mattias A. <mat...@us...> - 2001-06-06 14:58:20
|
The following file was modified in linux/include/linux/bluetooth:
Name Old version New version Comment
---- ----------- ----------- -------
hci_internal.h 1.16 1.17=20=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
* Added csr_pskey
The diff of the modified file(s):
--- hci_internal.h 2001/05/17 15:35:42 1.16
+++ hci_internal.h 2001/06/06 14:58:20 1.17
@@ -356,9 +356,12 @@
Called from hci.c.
Implemented in hci_vendor.c
*/
+
void process_vendor_return_param(u32 ocf, u8* r_val);
void process_vendor_event(u8 *buf, u32 len, u32 event_code);
s32 hci_set_buffer_sizes(u16 len, u16 num);
+s32 csr_pskey(u16 ps_key, u16 rw_mode, u16 *retb, u16 n_pars);
+
#endif
=20
/****************** END OF FILE hci_internal.h ***************************=
***/
|