summaryrefslogtreecommitdiff
path: root/IntelFrameworkPkg/Include
diff options
context:
space:
mode:
authorxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>2009-07-08 02:39:04 +0000
committerxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>2009-07-08 02:39:04 +0000
commit50877421ea6c042dc7d5ed377ae56a10f9f4b714 (patch)
tree3c4c5108c758970dbd4f956a31419ecdd8ceb8da /IntelFrameworkPkg/Include
parentf5e9ff82b0617a91114a6a04a88cc32db47d87be (diff)
downloadedk2-platforms-50877421ea6c042dc7d5ed377ae56a10f9f4b714.tar.xz
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
Diffstat (limited to 'IntelFrameworkPkg/Include')
-rw-r--r--IntelFrameworkPkg/Include/Ppi/BlockIo.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/IntelFrameworkPkg/Include/Ppi/BlockIo.h b/IntelFrameworkPkg/Include/Ppi/BlockIo.h
index 145139bf33..7b5d4dc183 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;