- 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:
@@ -81,7 +81,7 @@ typedef struct bt_hci_device {
|
|||||||
|
|
||||||
enum {
|
enum {
|
||||||
ISSUE_BT_COMMAND = B_DEVICE_OP_CODES_END + BT_IOCTLS_OFFSET,
|
ISSUE_BT_COMMAND = B_DEVICE_OP_CODES_END + BT_IOCTLS_OFFSET,
|
||||||
GET_STATICS,
|
GET_STATS,
|
||||||
GET_NOTIFICATION_PORT,
|
GET_NOTIFICATION_PORT,
|
||||||
GET_HCI_ID,
|
GET_HCI_ID,
|
||||||
BT_UP
|
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_acl(bt_usb_dev* bdev, net_buffer* nbuf);
|
||||||
status_t submit_tx_sco(bt_usb_dev* bdev);
|
status_t submit_tx_sco(bt_usb_dev* bdev);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user