|
From: Mats F. <ma...@us...> - 2001-05-25 14:24:26
|
The following file was modified in linux/include/linux/bluetooth: Name Old version New version Comment ---- ----------- ----------- ------- hci.h 1.57 1.58=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Added function hci_trig_send() The diff of the modified file(s): --- hci.h 2001/05/17 15:35:42 1.57 +++ hci.h 2001/05/25 14:24:26 1.58 @@ -89,6 +89,8 @@ =20 /****************** EXPORTED FUNCTION DECLARATION SECTION ****************= ***/ =20 +s32 hci_trig_send(void); + void hci_init(void); void hci_shutdown(void); void hci_clear_buffer(u32 con_hdl); |