bluetooth.h (90890687859ea658759e653c4e70ed7e9e1a6217) bluetooth.h (6516455d3b42b33759a33a8102c1b8b48af4d9c9)
1/*
2 BlueZ - Bluetooth protocol stack for Linux
3 Copyright (C) 2000-2001 Qualcomm Incorporated
4
5 Written 2000,2001 by Maxim Krasnyansky <maxk@qualcomm.com>
6
7 This program is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License version 2 as

--- 157 unchanged lines hidden (view full) ---

166 register int n = 1;
167
168 for (; frag; frag=frag->next, n++);
169 return n;
170}
171
172int bt_err(__u16 code);
173
1/*
2 BlueZ - Bluetooth protocol stack for Linux
3 Copyright (C) 2000-2001 Qualcomm Incorporated
4
5 Written 2000,2001 by Maxim Krasnyansky <maxk@qualcomm.com>
6
7 This program is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License version 2 as

--- 157 unchanged lines hidden (view full) ---

166 register int n = 1;
167
168 for (; frag; frag=frag->next, n++);
169 return n;
170}
171
172int bt_err(__u16 code);
173
174extern int hci_sock_init(void);
175extern int hci_sock_cleanup(void);
176
177extern int bt_sysfs_init(void);
178extern void bt_sysfs_cleanup(void);
179
174#endif /* __BLUETOOTH_H */
180#endif /* __BLUETOOTH_H */