summaryrefslogtreecommitdiff
path: root/src/device
diff options
context:
space:
mode:
authorhathach <[email protected]>2019-11-21 23:19:38 +0700
committerhathach <[email protected]>2019-11-21 23:19:38 +0700
commitf5d737aa7ec6abde5738d29510c8416d5e8b17e7 (patch)
treec98d95e965ae5b8e5243707b29e93ba634ae5dfb /src/device
parentbbec47b647ab7b2e38644ffff60f45b54b791d42 (diff)
moving irq to bsp for lpc17/40
Diffstat (limited to 'src/device')
-rw-r--r--src/device/dcd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/device/dcd.h b/src/device/dcd.h
index 6e43ab3e9..dca289e78 100644
--- a/src/device/dcd.h
+++ b/src/device/dcd.h
@@ -88,6 +88,9 @@ typedef struct TU_ATTR_ALIGNED(4)
// Initialize controller to device mode
void dcd_init (uint8_t rhport);
+// Interrupt Handler
+void dcd_isr (uint8_t rhport);
+
// Enable device interrupt
void dcd_int_enable (uint8_t rhport);