]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Include/Protocol/LegacyRegion.h
Remove "Module Name:" from include file headers.
[mirror_edk2.git] / IntelFrameworkPkg / Include / Protocol / LegacyRegion.h
index 09a8dcb524dd040ab3678c83e8f94c1822ce22e7..033da20bd4375eb860ee74fb73da5c8d4883cd1a 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   This protocol manages the legacy memory regions between 0xc0000 - 0xfffff\r
 \r
-  Copyright (c) 2007, Intel Corporation\r
+  Copyright (c) 2007 - 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
@@ -10,8 +10,6 @@
   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:  LegacyRegion.h\r
-\r
   @par Revision Reference:\r
   This protocol is defined in Framework for EFI Compatibility Support Module spec\r
   Version 0.97.\r
@@ -21,7 +19,6 @@
 #ifndef _EFI_LEGACY_REGION_H_\r
 #define _EFI_LEGACY_REGION_H_\r
 \r
-#include <PiDxe.h>\r
 \r
 #define EFI_LEGACY_REGION_PROTOCOL_GUID \\r
   { \\r
@@ -112,29 +109,15 @@ EFI_STATUS
   );\r
 \r
 /**\r
-  @par Protocol Description:\r
   Abstracts the hardware control of the physical address region 0xC0000-C0xFFFFF\r
   for the traditional BIOS.\r
-\r
-  @param Decode\r
-  Specifies a region for the chipset to decode\r
-\r
-  @param Lock\r
-  Makes the specified OpROM region read only or locked.\r
-\r
-  @param BootLock\r
-  Sets a region to read only and ensures tat flash is locked from\r
-  inadvertent modification.\r
-\r
-  @param Unlock\r
-  Makes the specified OpROM region read-write or unlocked.\r
-\r
 **/\r
 struct _EFI_LEGACY_REGION_PROTOCOL {\r
-  EFI_LEGACY_REGION_DECODE    Decode;\r
-  EFI_LEGACY_REGION_LOCK      Lock;\r
-  EFI_LEGACY_REGION_BOOT_LOCK BootLock;\r
-  EFI_LEGACY_REGION_UNLOCK    UnLock;\r
+  EFI_LEGACY_REGION_DECODE    Decode;     ///< Specifies a region for the chipset to decode\r
+  EFI_LEGACY_REGION_LOCK      Lock;       ///< Makes the specified OpROM region read only or locked.\r
+  EFI_LEGACY_REGION_BOOT_LOCK BootLock;   ///< Sets a region to read only and ensures tat flash is locked from\r
+                                          ///< inadvertent modification.\r
+  EFI_LEGACY_REGION_UNLOCK    UnLock;     ///< Makes the specified OpROM region read-write or unlocked.\r
 };\r
 \r
 extern EFI_GUID gEfiLegacyRegionProtocolGuid;\r