mirror of https://github.com/acidanthera/audk.git
added comment for some structure
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6965 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
52ed4ff9f8
commit
190f29c01b
|
@ -226,6 +226,9 @@ typedef struct {
|
|||
UINT8 Reserved_15_17[3];
|
||||
} EFI_SCSI_SENSE_DATA;
|
||||
|
||||
///
|
||||
/// SCSI Disk READ CAPACITY Data
|
||||
///
|
||||
typedef struct {
|
||||
UINT8 LastLba3;
|
||||
UINT8 LastLba2;
|
||||
|
|
Loading…
Reference in New Issue