This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / drivers / bluetooth / hci_usb.h
index 487d0e7..da4561e 100644 (file)
@@ -28,6 +28,9 @@
 #define HCI_DEV_SUBCLASS       0x01    /* RF subclass */
 #define HCI_DEV_PROTOCOL       0x01    /* Bluetooth programming protocol */
 
+#define HCI_CTRL_REQ           0x20
+#define HCI_DIGI_REQ           0x40
+
 #define HCI_IGNORE             0x01
 #define HCI_RESET              0x02
 #define HCI_DIGIANSWER         0x04
@@ -56,6 +59,8 @@ struct _urb {
        struct urb        urb;
 };
 
+struct _urb *_urb_alloc(int isoc, int gfp);
+
 static inline void _urb_free(struct _urb *_urb)
 {
        kfree(_urb);
@@ -94,6 +99,8 @@ static inline void _urb_unlink(struct _urb *_urb)
        }
 }
 
+struct _urb *_urb_dequeue(struct _urb_queue *q);
+
 struct hci_usb {
        struct hci_dev          *hdev;