From: Mattias A. <mat...@us...> - 2001-06-13 12:37:29
|
The following file was modified in linux/include/linux/bluetooth: Name Old version New version Comment ---- ----------- ----------- ------- hci.h 1.58 1.59=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: * added return val in hci_init The diff of the modified file(s): --- hci.h 2001/05/25 14:24:26 1.58 +++ hci.h 2001/06/13 12:13:20 1.59 @@ -91,7 +91,7 @@ =20 s32 hci_trig_send(void); =20 -void hci_init(void); +s32 hci_init(void); void hci_shutdown(void); void hci_clear_buffer(u32 con_hdl); void hci_receive_data(u8* data, u32 count); |