summaryrefslogtreecommitdiff
path: root/firmware/usbstack/usb_storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/usbstack/usb_storage.h')
-rw-r--r--firmware/usbstack/usb_storage.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/firmware/usbstack/usb_storage.h b/firmware/usbstack/usb_storage.h
index 9067c92..23903a8 100644
--- a/firmware/usbstack/usb_storage.h
+++ b/firmware/usbstack/usb_storage.h
@@ -22,8 +22,7 @@
#include "usb_ch9.h"
void usb_storage_init(void);
-void usb_storage_transfer(void* data);
-void usb_storage_transfer_complete(int endpoint);
+void usb_storage_transfer_complete(bool in,int state,int length);
bool usb_storage_control_request(struct usb_ctrlrequest* req);
#endif