|
From: Anders J. <and...@us...> - 2001-11-15 15:02:37
|
The following file was modified in linux/include/linux/bluetooth: Name Old version New version Comment ---- ----------- ----------- ------- bluetooth.h 1.46 1.47=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: * Added bt_handle_hw_error The diff of the modified file(s): --- bluetooth.h 2001/09/18 10:48:22 1.46 +++ bluetooth.h 2001/11/15 15:02:37 1.47 @@ -96,6 +96,7 @@ s32 bt_sprint_status(u8 *buf); void bt_send_sdp_data_received(u8 line, u8 *data, int len); void bt_reset_phys_hw(void); +void bt_handle_hw_error(u8 error); =20 /* Handles wakeup of failed blocking function calls */ #ifdef __KERNEL__ |