Add interrupt processing functions

This commit is contained in:
xj 2024-08-09 00:51:02 -07:00
parent 45a36e5776
commit 0816b5427a
1 changed files with 2 additions and 0 deletions

View File

@ -818,6 +818,8 @@ struct xhci_slot {
unsigned int tt_id;
/** Transaction translator port */
unsigned int tt_port;
/** Thread ID of the thread that is created to process xhci interrupt */
unsigned int tid_intr;
/** Endpoints, indexed by context ID */
struct xhci_endpoint *endpoint[XHCI_CTX_END];