summaryrefslogtreecommitdiffstats
path: root/IntelFrameworkModulePkg/Include/Library
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-04-10 07:13:54 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-04-10 07:13:54 +0000
commited7752ec44001d317f79c8631dccd9650c396617 (patch)
treed1a5c69c928a254f9f25154e67f839beed6d5a77 /IntelFrameworkModulePkg/Include/Library
parent7859df05bc72e11927877e2f4886af4024731984 (diff)
downloadedk2-ed7752ec44001d317f79c8631dccd9650c396617.tar.gz
edk2-ed7752ec44001d317f79c8631dccd9650c396617.tar.bz2
edk2-ed7752ec44001d317f79c8631dccd9650c396617.zip
Add some function/header comments.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5037 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkModulePkg/Include/Library')
-rw-r--r--IntelFrameworkModulePkg/Include/Library/OemHookStatusCodeLib.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/IntelFrameworkModulePkg/Include/Library/OemHookStatusCodeLib.h b/IntelFrameworkModulePkg/Include/Library/OemHookStatusCodeLib.h
index b26189c941..5f5726ea8a 100644
--- a/IntelFrameworkModulePkg/Include/Library/OemHookStatusCodeLib.h
+++ b/IntelFrameworkModulePkg/Include/Library/OemHookStatusCodeLib.h
@@ -1,4 +1,3 @@
-
/** @file
OEM hook status code library functions with no library constructor/destructor
@@ -11,8 +10,6 @@
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
- Module Name: OemHookStatusCodeLib.h
-
**/
#ifndef __OEM_HOOK_STATUSCODE_LIB__
@@ -70,4 +67,5 @@ OemHookStatusCodeReport (
IN EFI_STATUS_CODE_DATA *Data OPTIONAL
);
-#endif
+#endif // __OEM_HOOK_STATUSCODE_LIB__
+