|
From: Gordon M. <gm...@us...> - 2001-03-07 18:12:06
|
The following file was modified in linux/include/linux/bluetooth: Name Old version New version Comment ---- ----------- ----------- ------- bluetooth.h 1.36 1.37=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: --Added __init & __exit to module init & cleanup routines. The code is now = properly initialized when included as part of a 2.4 kernel. The diff of the modified file(s): --- bluetooth.h 2001/03/01 00:31:05 1.36 +++ bluetooth.h 2001/03/07 18:13:48 1.37 @@ -59,7 +59,9 @@ /* Init, shutdown and registration */ /***********************************/ =20 +#if !defined(MODULE) && !defined(__KERNEL__) s32 bt_init(void); +#endif =20 s32 bt_register_rfcomm(rfcomm_con *rfcomm, u8 dlci); s32 bt_unregister_rfcomm(s32 line); |