summaryrefslogtreecommitdiff
path: root/usb.h
diff options
context:
space:
mode:
Diffstat (limited to 'usb.h')
-rw-r--r--usb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usb.h b/usb.h
index e867ec8..f428ede 100644
--- a/usb.h
+++ b/usb.h
@@ -22,6 +22,7 @@
#define ADB_USB_INTERFACE(handle_ref_type) \
void usb_init(); \
+ void usb_cleanup(); \
int usb_write(handle_ref_type h, const void* data, int len); \
int usb_read(handle_ref_type h, void* data, int len); \
int usb_close(handle_ref_type h); \