summaryrefslogtreecommitdiffstats
path: root/ArmPkg/Include/Library/SemihostLib.h
diff options
context:
space:
mode:
Diffstat (limited to 'ArmPkg/Include/Library/SemihostLib.h')
-rw-r--r--ArmPkg/Include/Library/SemihostLib.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ArmPkg/Include/Library/SemihostLib.h b/ArmPkg/Include/Library/SemihostLib.h
index ce08b2778d..590728c804 100644
--- a/ArmPkg/Include/Library/SemihostLib.h
+++ b/ArmPkg/Include/Library/SemihostLib.h
@@ -7,8 +7,8 @@
**/
-#ifndef __SEMIHOSTING_H__
-#define __SEMIHOSTING_H__
+#ifndef SEMIHOSTING_LIB_H_
+#define SEMIHOSTING_LIB_H_
/*
*
@@ -129,4 +129,4 @@ SemihostSystem (
IN CHAR8 *CommandLine
);
-#endif // __SEMIHOSTING_H__
+#endif // SEMIHOSTING_LIB_H_