]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/LegacyRegion.h
1. Updated function headers in all assembly files.
[mirror_edk2.git] / MdePkg / Include / Protocol / LegacyRegion.h
index db7d346186ebffdc4603accc7807b09ef30daee8..9016ecbf327cee0cae5f9fb4c004f4a655ab6d05 100644 (file)
@@ -31,15 +31,12 @@ typedef struct _EFI_LEGACY_REGION_PROTOCOL EFI_LEGACY_REGION_PROTOCOL;
 /**\r
   Sets hardware to decode or not decode a region.\r
 \r
-  @param  This Indicates the EFI_LEGACY_REGION_PROTOCOL instance\r
-  \r
-  @param  Start Start of region to decode.\r
-  \r
-  @param  Length Size in bytes of the region.\r
-  \r
-  @param  On Decode/nondecode flag.\r
+  @param  This                  Indicates the EFI_LEGACY_REGION_PROTOCOL instance\r
+  @param  Start                 Start of region to decode.\r
+  @param  Length                Size in bytes of the region.\r
+  @param  On                    Decode/nondecode flag.\r
 \r
-  @retval EFI_SUCCESS Decode range successfully changed.\r
+  @retval EFI_SUCCESS           Decode range successfully changed.\r
 \r
 **/\r
 typedef\r
@@ -54,15 +51,12 @@ EFI_STATUS
 /**\r
   Sets a region to read only.\r
 \r
-  @param  This Indicates the EFI_LEGACY_REGION_PROTOCOL instance\r
-  \r
-  @param  Start Start of region to lock.\r
-  \r
-  @param  Length Size in bytes of the region.\r
-  \r
-  @param  Granularity Lock attribute affects this granularity in bytes.\r
+  @param  This                  Indicates the EFI_LEGACY_REGION_PROTOCOL instance\r
+  @param  Start                 Start of region to lock.\r
+  @param  Length                Size in bytes of the region.\r
+  @param  Granularity           Lock attribute affects this granularity in bytes.\r
 \r
-  @retval EFI_SUCCESS The region was made read only.\r
+  @retval EFI_SUCCESS           The region was made read only.\r
 \r
 **/\r
 typedef\r
@@ -78,15 +72,12 @@ EFI_STATUS
   Sets a region to read only and ensures that flash is locked from being \r
   inadvertently modified.\r
 \r
-  @param  This Indicates the EFI_LEGACY_REGION_PROTOCOL instance\r
-  \r
-  @param  Start Start of region to lock.\r
-  \r
-  @param  Length Size in bytes of the region.\r
-  \r
-  @param  Granularity Lock attribute affects this granularity in bytes.\r
+  @param  This                  Indicates the EFI_LEGACY_REGION_PROTOCOL instance\r
+  @param  Start                 Start of region to lock.\r
+  @param  Length                Size in bytes of the region.\r
+  @param  Granularity           Lock attribute affects this granularity in bytes.\r
 \r
-  @retval EFI_SUCCESS The region was made read only and flash is locked.\r
+  @retval EFI_SUCCESS           The region was made read only and flash is locked.\r
 \r
 **/\r
 typedef\r
@@ -101,15 +92,12 @@ EFI_STATUS
 /**\r
   Sets a region to read-write.\r
 \r
-  @param  This Indicates the EFI_LEGACY_REGION_PROTOCOL instance\r
-  \r
-  @param  Start Start of region to lock.\r
-  \r
-  @param  Length Size in bytes of the region.\r
-  \r
-  @param  Granularity Lock attribute affects this granularity in bytes.\r
+  @param  This                  Indicates the EFI_LEGACY_REGION_PROTOCOL instance\r
+  @param  Start                 Start of region to lock.\r
+  @param  Length                Size in bytes of the region.\r
+  @param  Granularity           Lock attribute affects this granularity in bytes.\r
 \r
-  @retval EFI_SUCCESS The region was successfully made read-write.\r
+  @retval EFI_SUCCESS           The region was successfully made read-write.\r
 \r
 **/\r
 typedef\r