X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FInclude%2FProtocol%2FLegacyRegion.h;h=e7e24ad3a57345ee4c64b5702f21fde235178fd2;hb=eb9603a0b7c72b33c43bde89ec33d384cd30ce9e;hp=db7d346186ebffdc4603accc7807b09ef30daee8;hpb=878ddf1fc3540a715f63594ed22b6929e881afb4;p=mirror_edk2.git diff --git a/MdePkg/Include/Protocol/LegacyRegion.h b/MdePkg/Include/Protocol/LegacyRegion.h index db7d346186..e7e24ad3a5 100644 --- a/MdePkg/Include/Protocol/LegacyRegion.h +++ b/MdePkg/Include/Protocol/LegacyRegion.h @@ -31,15 +31,12 @@ typedef struct _EFI_LEGACY_REGION_PROTOCOL EFI_LEGACY_REGION_PROTOCOL; /** Sets hardware to decode or not decode a region. - @param This Indicates the EFI_LEGACY_REGION_PROTOCOL instance - - @param Start Start of region to decode. - - @param Length Size in bytes of the region. - - @param On Decode/nondecode flag. + @param This Indicates the EFI_LEGACY_REGION_PROTOCOL instance + @param Start Start of region to decode. + @param Length Size in bytes of the region. + @param On Decode/nondecode flag. - @retval EFI_SUCCESS Decode range successfully changed. + @retval EFI_SUCCESS Decode range successfully changed. **/ typedef @@ -54,15 +51,12 @@ EFI_STATUS /** Sets a region to read only. - @param This Indicates the EFI_LEGACY_REGION_PROTOCOL instance - - @param Start Start of region to lock. - - @param Length Size in bytes of the region. - - @param Granularity Lock attribute affects this granularity in bytes. + @param This Indicates the EFI_LEGACY_REGION_PROTOCOL instance + @param Start Start of region to lock. + @param Length Size in bytes of the region. + @param Granularity Lock attribute affects this granularity in bytes. - @retval EFI_SUCCESS The region was made read only. + @retval EFI_SUCCESS The region was made read only. **/ typedef @@ -78,15 +72,12 @@ EFI_STATUS Sets a region to read only and ensures that flash is locked from being inadvertently modified. - @param This Indicates the EFI_LEGACY_REGION_PROTOCOL instance - - @param Start Start of region to lock. - - @param Length Size in bytes of the region. - - @param Granularity Lock attribute affects this granularity in bytes. + @param This Indicates the EFI_LEGACY_REGION_PROTOCOL instance + @param Start Start of region to lock. + @param Length Size in bytes of the region. + @param Granularity Lock attribute affects this granularity in bytes. - @retval EFI_SUCCESS The region was made read only and flash is locked. + @retval EFI_SUCCESS The region was made read only and flash is locked. **/ typedef @@ -101,15 +92,12 @@ EFI_STATUS /** Sets a region to read-write. - @param This Indicates the EFI_LEGACY_REGION_PROTOCOL instance - - @param Start Start of region to lock. - - @param Length Size in bytes of the region. - - @param Granularity Lock attribute affects this granularity in bytes. + @param This Indicates the EFI_LEGACY_REGION_PROTOCOL instance + @param Start Start of region to lock. + @param Length Size in bytes of the region. + @param Granularity Lock attribute affects this granularity in bytes. - @retval EFI_SUCCESS The region was successfully made read-write. + @retval EFI_SUCCESS The region was successfully made read-write. **/ typedef @@ -123,7 +111,7 @@ EFI_STATUS /** @par Protocol Description: - Abstracts the hardware control of the physical address region 0xC0000¨C0xFFFFF + Abstracts the hardware control of the physical address region 0xC0000-C0xFFFFF for the traditional BIOS. @param Decode