summaryrefslogtreecommitdiffstats
path: root/ArmPkg/Include/Protocol
diff options
context:
space:
mode:
Diffstat (limited to 'ArmPkg/Include/Protocol')
-rw-r--r--ArmPkg/Include/Protocol/VirtualUncachedPages.h4
1 files changed, 2 insertions, 2 deletions
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