X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FModules%2FUSB%2FEHCI%2Fehci.h;h=9fd66c045d8f20e475d874fba18dfe78bdb58e1a;hb=c5680ddd7aa4934759203aac95f14ac40e5c456b;hp=6933113cdfd29d94fe10bde8d2695c6be34a8a97;hpb=538fe6ae58915a502057b5dc7bc43bedd87c5067;p=tpg%2Facess2.git diff --git a/KernelLand/Modules/USB/EHCI/ehci.h b/KernelLand/Modules/USB/EHCI/ehci.h index 6933113c..9fd66c04 100644 --- a/KernelLand/Modules/USB/EHCI/ehci.h +++ b/KernelLand/Modules/USB/EHCI/ehci.h @@ -55,10 +55,13 @@ struct sEHCI_Controller tEHCI_QH *QHPools[QH_POOL_PAGES]; // [PAGE_SIZE/64] tMutex TDPoolMutex; tEHCI_qTD *TDPool; // [TD_POOL_SIZE] + + tEHCI_Endpoint *FirstInterruptEndpt; // List of interrupt endpoints }; struct sEHCI_Endpoint { + tEHCI_Endpoint *Next; bool NextToggle; Uint16 EndpointID; Sint8 PeriodPow2;