mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
MdePkg: Improve description of BlockIo->LastBlock
Signed-off-by: Sean Brogan <sebrogan@microsoft.com>
This commit is contained in:
parent
86e285dd21
commit
f7d93715bc
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue