summaryrefslogtreecommitdiffstats
path: root/ArmPkg/Library/SemihostLib/SemihostPrivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'ArmPkg/Library/SemihostLib/SemihostPrivate.h')
-rw-r--r--ArmPkg/Library/SemihostLib/SemihostPrivate.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ArmPkg/Library/SemihostLib/SemihostPrivate.h b/ArmPkg/Library/SemihostLib/SemihostPrivate.h
index 30103b04b5..8864726116 100644
--- a/ArmPkg/Library/SemihostLib/SemihostPrivate.h
+++ b/ArmPkg/Library/SemihostLib/SemihostPrivate.h
@@ -7,8 +7,8 @@
**/
-#ifndef __SEMIHOST_PRIVATE_H__
-#define __SEMIHOST_PRIVATE_H__
+#ifndef SEMIHOST_PRIVATE_H_
+#define SEMIHOST_PRIVATE_H_
typedef struct {
CHAR8 *FileName;
@@ -209,4 +209,4 @@ GccSemihostCall (
#endif // __CC_ARM
-#endif //__SEMIHOST_PRIVATE_H__
+#endif // SEMIHOST_PRIVATE_H_