The following file was modified in linux/include/linux/bluetooth:
Name Old version New version Tag Comment
---- ----------- ----------- --- -------
bt_proc.h 1.5 1.6=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
Added bt_proc proc file
The diff of the modified file(s):
--- bt_proc.h 15 Feb 2001 16:28:46 -0000 1.5
+++ bt_proc.h 8 Apr 2002 10:06:34 -0000 1.6
@@ -48,6 +48,9 @@
extern struct proc_dir_entry sdp_proc_entry;
extern struct proc_dir_entry bt_status;
extern struct proc_dir_entry bt_internal_info;
+#ifdef BNEP_PROC
+extern struct proc_dir_entry bnep_proc_entry;
+#endif
#else
extern int bt_read_internal(u8 *buf);
#endif
|