forked from xuos/xiuos
Add interrupt processing functions
This commit is contained in:
parent
45a36e5776
commit
0816b5427a
|
@ -818,6 +818,8 @@ struct xhci_slot {
|
||||||
unsigned int tt_id;
|
unsigned int tt_id;
|
||||||
/** Transaction translator port */
|
/** Transaction translator port */
|
||||||
unsigned int tt_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 */
|
/** Endpoints, indexed by context ID */
|
||||||
struct xhci_endpoint *endpoint[XHCI_CTX_END];
|
struct xhci_endpoint *endpoint[XHCI_CTX_END];
|
||||||
|
|
Loading…
Reference in New Issue