summaryrefslogtreecommitdiff
path: root/tinyusb/host/hcd.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2013-03-04 18:46:02 +0700
committerhathach <[email protected]>2013-03-04 18:46:02 +0700
commit2c8596edebaedd0ceae46a56385c71c83dda531c (patch)
treede683bd9a77da9906879aa8e21d3cc546407b3c4 /tinyusb/host/hcd.h
parenta259be6edf5bb0f8c4e77f3b321a826d8e86bd25 (diff)
abstract call chains from hal usb isr
Diffstat (limited to 'tinyusb/host/hcd.h')
-rw-r--r--tinyusb/host/hcd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tinyusb/host/hcd.h b/tinyusb/host/hcd.h
index 0051b028e..b046a0e64 100644
--- a/tinyusb/host/hcd.h
+++ b/tinyusb/host/hcd.h
@@ -67,6 +67,7 @@ typedef uint32_t pipe_handle_t;
// USBH-HCD API
//--------------------------------------------------------------------+
tusb_error_t hcd_init() ATTR_WARN_UNUSED_RESULT;
+void hcd_isr(uint8_t hostid);
//--------------------------------------------------------------------+
// PIPE API