]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Include/Library/OemHookStatusCodeLib.h
Patch from open source community for CryptoPkg to allow it to build for ARM using...
[mirror_edk2.git] / MdeModulePkg / Include / Library / OemHookStatusCodeLib.h
index 8b09e7843553ebba2b6ddf6e43ad9ea51c8a17db..edd370deb69d5e46bcf8c093d73b190238e0b2ef 100644 (file)
@@ -2,14 +2,14 @@
   OEM hook status code library. Platform can implement an instance to \r
   initialize the OEM devices to report status code information.\r
 \r
-  Copyright (c) 2006 - 2009, Intel Corporation\r
-  All rights reserved. This program and the accompanying materials\r
-  are licensed and made available under the terms and conditions of the BSD License\r
-  which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
+Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
+This program and the accompanying materials are licensed and made available under \r
+the terms and conditions of the BSD License that accompanies this distribution.  \r
+The full text of the license may be found at\r
+http://opensource.org/licenses/bsd-license.php.                                            \r
 \r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \r
+WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
 **/\r
 \r
@@ -18,7 +18,7 @@
 \r
 /**\r
 \r
-  Initialize OEM status code device .\r
+  Initialize OEM status code device.\r
 \r
 \r
   @return    Status of initialization of OEM status code device.\r
@@ -36,25 +36,33 @@ OemHookStatusCodeInitialize (
   @param  CodeType      Indicates the type of status code being reported.  \r
  \r
   @param  Value         Describes the current status of a hardware or software entity.  \r
-                        This includes both an operation and classification information about the class and subclass.\r
+                        This includes both an operation and classification information \r
+                        about the class and subclass.\r
                         For progress codes, the operation is the current activity. \r
-                        For error codes, it is the exception.  For debug codes, it is not defined at this time. \r
-                        Specific values are discussed in the Intel Platform Innovation Framework for EFI Status Code Specification.\r
+                        For error codes, it is the exception.  For debug codes, \r
+                        it is not defined at this time. \r
+                        Specific values are discussed in the Intel Platform Innovation \r
+                        Framework for EFI Status Code Specification.\r
  \r
   @param  Instance      The enumeration of a hardware or software entity within the system.  \r
-                        A system may contain multiple entities that match a class/subclass pairing. \r
-                        The instance differentiates between them.  An instance of 0 indicates that instance information is unavailable, \r
-                        not meaningful, or not relevant.  Valid instance numbers start with 1.\r
+                        A system may contain multiple entities that match a class/subclass \r
+                        pairing. \r
+                        The instance differentiates between them.  An instance of 0 \r
+                        indicates that instance information is unavailable, \r
+                        not meaningful, or not relevant.  Valid instance numbers \r
+                        start with 1.\r
 \r
 \r
   @param  CallerId      This optional parameter may be used to identify the caller. \r
-                        This parameter allows the status code driver to apply different rules to different callers. \r
-                        Type EFI_GUID is defined in InstallProtocolInterface() in the UEFI 2.0 Specification.\r
+                        This parameter allows the status code driver to apply \r
+                        different rules to different callers. \r
+                        Type EFI_GUID is defined in InstallProtocolInterface() \r
+                        in the UEFI 2.0 Specification.\r
 \r
 \r
-  @param  Data          This optional parameter may be used to pass additional data\r
+  @param  Data          This optional parameter may be used to pass additional data.\r
  \r
-  @return               The function always return EFI_SUCCESS.\r
+  @return               The function always returns EFI_SUCCESS.\r
 \r
 **/\r
 EFI_STATUS\r