]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Library/HiiLib.h
• BaseMemoryLib:
[mirror_edk2.git] / MdePkg / Include / Library / HiiLib.h
index 05824a6e338786e93ef4d30f8c55cbae17ea53df..51fde1460d77dcc6a49aab027f1e6443a853cfe5 100644 (file)
@@ -1,16 +1,16 @@
 /** @file\r
-       Public include file for the HII Library\r
+  Public include file for the HII Library\r
 \r
-       Copyright (c) 2006, 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, 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
 \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
-       Module Name:    HiiLib.h\r
+  Module Name:  HiiLib.h\r
 \r
 **/\r
 \r
 #define __HII_LIB_H__\r
 \r
 /**\r
-       This function allocates pool for an EFI_HII_PACKAGES structure\r
-       with enough space for the variable argument list of package pointers.\r
-       The allocated structure is initialized using NumberOfPackages, Guid, \r
-       and the variable length argument list of package pointers.\r
+  This function allocates pool for an EFI_HII_PACKAGES structure\r
+  with enough space for the variable argument list of package pointers.\r
+  The allocated structure is initialized using NumberOfPackages, Guid, \r
+  and the variable length argument list of package pointers.\r
 \r
-       @param  NumberOfPackages The number of HII packages to prepare.\r
-       @param  Guid Package GUID.\r
+  @param  NumberOfPackages The number of HII packages to prepare.\r
+  @param  Guid Package GUID.\r
 \r
-       @return\r
-       The allocated and initialized packages.\r
+  @return\r
+  The allocated and initialized packages.\r
 \r
 **/\r
 EFI_HII_PACKAGES *\r