X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=ArmPkg%2FInclude%2FProtocol%2FVirtualUncachedPages.h;h=cd397962afdb38c720c51bbcfba23d4ffa6e50fa;hp=32deec2514b483ccebba763f591b467d731469ac;hb=235605b5c7f59f0caea49edf328e766da1c2801f;hpb=f45ce9d98c8e2cb009095366a5b3c0a0d4a68bbb diff --git a/ArmPkg/Include/Protocol/VirtualUncachedPages.h b/ArmPkg/Include/Protocol/VirtualUncachedPages.h index 32deec2514..cd397962af 100644 --- a/ArmPkg/Include/Protocol/VirtualUncachedPages.h +++ b/ArmPkg/Include/Protocol/VirtualUncachedPages.h @@ -52,9 +52,9 @@ EFI_STATUS struct _VIRTUAL_UNCACHED_PAGES_PROTOCOL { CONVERT_PAGES_TO_UNCACHED_VIRTUAL_ADDRESS ConvertPages; - FREE_CONVERTED_PAGES FreeConvertedPages; + FREE_CONVERTED_PAGES RevertPages; }; extern EFI_GUID gVirtualUncachedPagesProtocolGuid; -#endif \ No newline at end of file +#endif