X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;ds=sidebyside;f=MdeModulePkg%2FBus%2FPci%2FUhciDxe%2FUhci.h;fp=MdeModulePkg%2FBus%2FPci%2FUhciDxe%2FUhci.h;h=58be29e444a32ab6fc9b76311e6b191d923a6f18;hb=0428a6cb12ecc3eecdfab67171d9145663a15187;hp=3f6d42f370ce3a40322ee1e58e08dbdaa4f71fcc;hpb=f05b1c14ecc255df0cf7b22ac6b53fc1c704b343;p=mirror_edk2.git diff --git a/MdeModulePkg/Bus/Pci/UhciDxe/Uhci.h b/MdeModulePkg/Bus/Pci/UhciDxe/Uhci.h index 3f6d42f370..58be29e444 100644 --- a/MdeModulePkg/Bus/Pci/UhciDxe/Uhci.h +++ b/MdeModulePkg/Bus/Pci/UhciDxe/Uhci.h @@ -2,7 +2,7 @@ The definition for UHCI driver model and HC protocol routines. -Copyright (c) 2004 - 2007, Intel Corporation +Copyright (c) 2004 - 2009, Intel Corporation All rights reserved. This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -23,6 +23,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #include #include +#include + #include #include #include @@ -137,6 +139,12 @@ struct _USB_HC_DEV { USBHC_MEM_POOL *MemPool; EFI_UNICODE_STRING_TABLE *CtrlNameTable; VOID *FrameMapping; + + // + // ExitBootServicesEvent is used to stop the EHC DMA operation + // after exit boot service. + // + EFI_EVENT ExitBootServiceEvent; }; extern EFI_DRIVER_BINDING_PROTOCOL gUhciDriverBinding;