summaryrefslogtreecommitdiff
path: root/src/host/ohci
diff options
context:
space:
mode:
authorhathach <[email protected]>2020-09-03 13:12:09 +0700
committerhathach <[email protected]>2020-09-03 13:12:25 +0700
commit1d83ad0ebb6c263736b0dadec80c9406563a5199 (patch)
treef42336461c5bb35fea544d01357148b49fb7e348 /src/host/ohci
parent1cee2da7b920288202f651a4b970e50e05b8786f (diff)
rename tuh_isr/hcd_isr to tuh_int_handler/hcd_int_handler
Diffstat (limited to 'src/host/ohci')
-rw-r--r--src/host/ohci/ohci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/ohci/ohci.c b/src/host/ohci/ohci.c
index 5ee5fe8c4..114f52e7d 100644
--- a/src/host/ohci/ohci.c
+++ b/src/host/ohci/ohci.c
@@ -606,7 +606,7 @@ static void done_queue_isr(uint8_t hostid)
}
}
-void hcd_isr(uint8_t hostid)
+void hcd_int_handler(uint8_t hostid)
{
uint32_t const int_en = OHCI_REG->interrupt_enable;
uint32_t const int_status = OHCI_REG->interrupt_status & int_en;