summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/Library/CacheMaintenanceLib.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Include/Library/CacheMaintenanceLib.h')
-rw-r--r--MdePkg/Include/Library/CacheMaintenanceLib.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/MdePkg/Include/Library/CacheMaintenanceLib.h b/MdePkg/Include/Library/CacheMaintenanceLib.h
index 3bd5e79667..9afb0a787d 100644
--- a/MdePkg/Include/Library/CacheMaintenanceLib.h
+++ b/MdePkg/Include/Library/CacheMaintenanceLib.h
@@ -51,8 +51,8 @@ InvalidateInstructionCache (
VOID *
EFIAPI
InvalidateInstructionCacheRange (
- IN VOID *Address,
- IN UINTN Length
+ IN VOID *Address,
+ IN UINTN Length
);
/**
@@ -100,8 +100,8 @@ WriteBackInvalidateDataCache (
VOID *
EFIAPI
WriteBackInvalidateDataCacheRange (
- IN VOID *Address,
- IN UINTN Length
+ IN VOID *Address,
+ IN UINTN Length
);
/**
@@ -148,8 +148,8 @@ WriteBackDataCache (
VOID *
EFIAPI
WriteBackDataCacheRange (
- IN VOID *Address,
- IN UINTN Length
+ IN VOID *Address,
+ IN UINTN Length
);
/**
@@ -199,8 +199,8 @@ InvalidateDataCache (
VOID *
EFIAPI
InvalidateDataCacheRange (
- IN VOID *Address,
- IN UINTN Length
+ IN VOID *Address,
+ IN UINTN Length
);
#endif