diff options
author | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-06-17 08:46:49 +0000 |
---|---|---|
committer | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-06-17 08:46:49 +0000 |
commit | 920d2c23a160b14b13283944477bb9e164884274 (patch) | |
tree | caacc458d54b7503c7f8c71bc7e7d2be29245a01 /IntelFrameworkModulePkg/Include/Library/OemHookStatusCodeLib.h | |
parent | 39157531c836143b1da4a90dd686160bc3f6d197 (diff) | |
download | edk2-platforms-920d2c23a160b14b13283944477bb9e164884274.tar.xz |
Update header file comments.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8583 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkModulePkg/Include/Library/OemHookStatusCodeLib.h')
-rw-r--r-- | IntelFrameworkModulePkg/Include/Library/OemHookStatusCodeLib.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/IntelFrameworkModulePkg/Include/Library/OemHookStatusCodeLib.h b/IntelFrameworkModulePkg/Include/Library/OemHookStatusCodeLib.h index 5f5726ea8a..da44d822d2 100644 --- a/IntelFrameworkModulePkg/Include/Library/OemHookStatusCodeLib.h +++ b/IntelFrameworkModulePkg/Include/Library/OemHookStatusCodeLib.h @@ -1,7 +1,8 @@ /** @file
- OEM hook status code library functions with no library constructor/destructor
+ OEM hook status code library. Platform can implement an instance to
+ initialize the OEM devices to report status code information.
- Copyright (c) 2006, Intel Corporation
+ Copyright (c) 2006 - 2009, Intel Corporation
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
|