X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FBus%2FPci%2FUhciDxe%2FUhciSched.h;fp=MdeModulePkg%2FBus%2FPci%2FUhciDxe%2FUhciSched.h;h=b4b7c4c0d6a0ee93ec961653e35907bdc6e991d6;hp=17f0ea2abe3eb416d81b33b88c04b65ded9abb07;hb=3af875e2209cc43c8d14a75061eebde7bd91b198;hpb=ef12a160dea622228b1e489ef28e8812a07b1f84 diff --git a/MdeModulePkg/Bus/Pci/UhciDxe/UhciSched.h b/MdeModulePkg/Bus/Pci/UhciDxe/UhciSched.h index 17f0ea2abe..b4b7c4c0d6 100644 --- a/MdeModulePkg/Bus/Pci/UhciDxe/UhciSched.h +++ b/MdeModulePkg/Bus/Pci/UhciDxe/UhciSched.h @@ -131,15 +131,13 @@ UhciConvertPollRate ( Link a queue head (for asynchronous interrupt transfer) to the frame list. - @param FrameBase The base of the frame list. + @param Uhc The UHCI device. @param Qh The queue head to link into. - @return None. - **/ VOID UhciLinkQhToFrameList ( - UINT32 *FrameBase, + USB_HC_DEV *Uhc, UHCI_QH_SW *Qh ); @@ -149,16 +147,14 @@ UhciLinkQhToFrameList ( the precedence node, and pointer there next to QhSw's next. - @param FrameBase The base address of the frame list. + @param Uhc The UHCI device. @param Qh The queue head to unlink. - @return None. - **/ VOID UhciUnlinkQhFromFrameList ( - UINT32 *FrameBase, - UHCI_QH_SW *Qh + USB_HC_DEV *Uhc, + UHCI_QH_SW *Qh );