summaryrefslogtreecommitdiff
path: root/firmware/bluetooth_rxtx/ubertooth_usb.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/bluetooth_rxtx/ubertooth_usb.h')
-rw-r--r--firmware/bluetooth_rxtx/ubertooth_usb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/bluetooth_rxtx/ubertooth_usb.h b/firmware/bluetooth_rxtx/ubertooth_usb.h
index 6d34b24..00c1082 100644
--- a/firmware/bluetooth_rxtx/ubertooth_usb.h
+++ b/firmware/bluetooth_rxtx/ubertooth_usb.h
@@ -56,7 +56,7 @@
typedef int (VendorRequestHandler)(u8 request, u16 *request_params, u8 *data, int *data_len);
int ubertooth_usb_init(VendorRequestHandler *vendor_req_handler);
-void queue_init();
+void usb_queue_init();
usb_pkt_rx *usb_enqueue();
usb_pkt_rx *dequeue();
void handle_usb(u32 clkn);