MdePkg: Improve description of BlockIo->LastBlock

Signed-off-by: Sean Brogan <sebrogan@microsoft.com>
This commit is contained in:
Sean Brogan 2026-05-22 16:29:25 -07:00 committed by mergify[bot]
parent 86e285dd21
commit f7d93715bc

View file

@ -171,7 +171,8 @@ typedef struct {
UINT32 IoAlign;
///
/// The last logical block address on the device.
/// The last logical block address on the device (inclusive).
/// This is generally the total number of user addressable blocks minus one.
/// If the media changes, then this field is updated.
///
EFI_LBA LastBlock;