]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/LegacyRegion2.h
MdePkg/ProcessorBind: add defines for page allocation granularity
[mirror_edk2.git] / MdePkg / Include / Protocol / LegacyRegion2.h
index 070bf6ba1b3a6e78990bd1ba9db56ef8e3e81fa9..be71831b2e37f86242b675e22239d2b7b4e68663 100644 (file)
@@ -2,8 +2,8 @@
   The Legacy Region Protocol controls the read, write and boot-lock attributes for\r
   the region 0xC0000 to 0xFFFFF.\r
 \r
-  Copyright (c) 2009, Intel Corporation\r
-  All rights reserved. This program and the accompanying materials\r
+  Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\r
+  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
   This Protocol is defined in UEFI Platform Initialization Specification 1.2 \r
   Volume 5: Standards\r
 \r
-  @attention This protocol appears to be 'EFI_LEGACY_REGION_PROTOCOL' in current PI 1.2\r
-  public spec. Therefore, some names are different from public PI 1.2 spec and we should\r
-  remove this attention when they appear in public PI 1.2 spec in the future. \r
-\r
 **/\r
 \r
 #ifndef __LEGACY_REGION2_H__\r
@@ -58,7 +54,7 @@ typedef struct _EFI_LEGACY_REGION2_PROTOCOL EFI_LEGACY_REGION2_PROTOCOL;
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_LEGACY_REGION2_DECODE) (\r
+(EFIAPI *EFI_LEGACY_REGION2_DECODE)(\r
  IN  EFI_LEGACY_REGION2_PROTOCOL  *This,\r
  IN  UINT32                       Start,\r
  IN  UINT32                       Length,\r
@@ -89,7 +85,7 @@ EFI_STATUS
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_LEGACY_REGION2_LOCK) (\r
+(EFIAPI *EFI_LEGACY_REGION2_LOCK)(\r
  IN  EFI_LEGACY_REGION2_PROTOCOL   *This,\r
  IN  UINT32                        Start,\r
  IN  UINT32                        Length,\r
@@ -154,7 +150,7 @@ EFI_STATUS
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_LEGACY_REGION2_UNLOCK) (\r
+(EFIAPI *EFI_LEGACY_REGION2_UNLOCK)(\r
  IN  EFI_LEGACY_REGION2_PROTOCOL  *This,\r
  IN  UINT32                       Start,\r
  IN  UINT32                       Length,\r
@@ -217,7 +213,7 @@ typedef struct {
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_LEGACY_REGION_GET_INFO) (\r
+(EFIAPI *EFI_LEGACY_REGION_GET_INFO)(\r
   IN  EFI_LEGACY_REGION2_PROTOCOL   *This,\r
   OUT UINT32                        *DescriptorCount,\r
   OUT EFI_LEGACY_REGION_DESCRIPTOR  **Descriptor\r