diff options
author | xli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-07-08 02:39:04 +0000 |
---|---|---|
committer | xli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-07-08 02:39:04 +0000 |
commit | 50877421ea6c042dc7d5ed377ae56a10f9f4b714 (patch) | |
tree | 3c4c5108c758970dbd4f956a31419ecdd8ceb8da | |
parent | f5e9ff82b0617a91114a6a04a88cc32db47d87be (diff) | |
download | edk2-50877421ea6c042dc7d5ed377ae56a10f9f4b714.zip edk2-50877421ea6c042dc7d5ed377ae56a10f9f4b714.tar.gz edk2-50877421ea6c042dc7d5ed377ae56a10f9f4b714.tar.bz2 |
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
-rw-r--r-- | IntelFrameworkPkg/Include/Ppi/BlockIo.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/IntelFrameworkPkg/Include/Ppi/BlockIo.h b/IntelFrameworkPkg/Include/Ppi/BlockIo.h index 145139b..7b5d4dc 100644 --- a/IntelFrameworkPkg/Include/Ppi/BlockIo.h +++ b/IntelFrameworkPkg/Include/Ppi/BlockIo.h @@ -50,6 +50,11 @@ typedef enum { MaxDeviceType
} 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 {
EFI_PEI_BLOCK_DEVICE_TYPE DeviceType;
BOOLEAN MediaPresent;
|