- 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:
François Revol 2008-08-04 23:18:03 +00:00
parent 3f075fe6b5
commit 6ac63f933f
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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