summaryrefslogtreecommitdiffstats
path: root/ArmPkg/Include/Library/OpteeLib.h
diff options
context:
space:
mode:
Diffstat (limited to 'ArmPkg/Include/Library/OpteeLib.h')
-rw-r--r--ArmPkg/Include/Library/OpteeLib.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ArmPkg/Include/Library/OpteeLib.h b/ArmPkg/Include/Library/OpteeLib.h
index 8ceab117d1..b9399d2e18 100644
--- a/ArmPkg/Include/Library/OpteeLib.h
+++ b/ArmPkg/Include/Library/OpteeLib.h
@@ -8,8 +8,8 @@
**/
-#ifndef _OPTEE_H_
-#define _OPTEE_H_
+#ifndef OPTEE_LIB_H_
+#define OPTEE_LIB_H_
/*
* The 'Trusted OS Call UID' is supposed to return the following UUID for
@@ -117,4 +117,4 @@ OpteeInvokeFunction (
IN OUT OPTEE_INVOKE_FUNCTION_ARG *InvokeFunctionArg
);
-#endif
+#endif // OPTEE_LIB_H_