summaryrefslogtreecommitdiffstats
path: root/ArmPkg/Include/Library/StandaloneMmMmuLib.h
diff options
context:
space:
mode:
Diffstat (limited to 'ArmPkg/Include/Library/StandaloneMmMmuLib.h')
-rw-r--r--ArmPkg/Include/Library/StandaloneMmMmuLib.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ArmPkg/Include/Library/StandaloneMmMmuLib.h b/ArmPkg/Include/Library/StandaloneMmMmuLib.h
index 1d2a0e0c2b..ccc016d035 100644
--- a/ArmPkg/Include/Library/StandaloneMmMmuLib.h
+++ b/ArmPkg/Include/Library/StandaloneMmMmuLib.h
@@ -6,8 +6,8 @@
**/
-#ifndef __STANDALONEMM_MMU_LIB__
-#define __STANDALONEMM_MMU_LIB__
+#ifndef STANDALONE_MM_MMU_LIB_
+#define STANDALONE_MM_MMU_LIB_
EFI_STATUS
ArmSetMemoryRegionNoExec (
@@ -33,4 +33,4 @@ ArmClearMemoryRegionReadOnly (
IN UINT64 Length
);
-#endif /* __STANDALONEMM_MMU_LIB__ */
+#endif /* STANDALONE_MM_MMU_LIB_ */