- fix warning
- fix build (weird ioctl name) git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26811 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
3f075fe6b5
commit
6ac63f933f
@ -81,7 +81,7 @@ typedef struct bt_hci_device {
|
||||
|
||||
enum {
|
||||
ISSUE_BT_COMMAND = B_DEVICE_OP_CODES_END + BT_IOCTLS_OFFSET,
|
||||
GET_STATICS,
|
||||
GET_STATS,
|
||||
GET_NOTIFICATION_PORT,
|
||||
GET_HCI_ID,
|
||||
BT_UP
|
||||
|
@ -18,4 +18,4 @@ status_t submit_tx_command(bt_usb_dev* bdev, snet_buffer* snbuf);
|
||||
status_t submit_tx_acl(bt_usb_dev* bdev, net_buffer* nbuf);
|
||||
status_t submit_tx_sco(bt_usb_dev* bdev);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user