update: add USBH_IRQHandler & USBD_IRQHandler function declaration

Signed-off-by: sakumisu <1203593632@qq.com>
This commit is contained in:
sakumisu
2025-01-15 17:10:19 +08:00
parent 1a1b475523
commit 64394bf246
4 changed files with 12 additions and 22 deletions

View File

@@ -108,6 +108,9 @@ int usbh_submit_urb(struct usbh_urb *urb);
*/
int usbh_kill_urb(struct usbh_urb *urb);
/* called by user */
void USBH_IRQHandler(uint8_t busid);
#ifdef __cplusplus
}
#endif