Add comments to describe inconsistency between code and Framework spec.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8790 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -50,6 +50,11 @@ typedef enum {
|
|||||||
MaxDeviceType
|
MaxDeviceType
|
||||||
} EFI_PEI_BLOCK_DEVICE_TYPE;
|
} EFI_PEI_BLOCK_DEVICE_TYPE;
|
||||||
|
|
||||||
|
///
|
||||||
|
/// Inconsistent with specification here:
|
||||||
|
/// PEI_BLOCK_IO_MEDIA has been changed to EFI_PEI_BLOCK_IO_MEDIA, because
|
||||||
|
/// "EFI_" prefix is missing in spec due to typo.
|
||||||
|
///
|
||||||
typedef struct {
|
typedef struct {
|
||||||
EFI_PEI_BLOCK_DEVICE_TYPE DeviceType;
|
EFI_PEI_BLOCK_DEVICE_TYPE DeviceType;
|
||||||
BOOLEAN MediaPresent;
|
BOOLEAN MediaPresent;
|
||||||
|
Reference in New Issue
Block a user